Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Enumerations
buffers.h File Reference
#include <atomic>
#include <functional>
#include "cuttlefish/host/libs/audio_connector/shm_layout.h"
Include dependency graph for buffers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::ShmBuffer
 
class  cuttlefish::RxBuffer
 

Namespaces

namespace  cuttlefish
 

Typedefs

using cuttlefish::OnConsumedCb = std::function< void(AudioStatus, uint32_t, uint32_t)>
 
using cuttlefish::TxBuffer = ShmBuffer
 

Enumerations

enum class  cuttlefish::Status : uint32_t { cuttlefish::Ok = 0x8000 , cuttlefish::BadMessage , cuttlefish::NotSupported , cuttlefish::IOError }