Android-cuttlefish cvd tool
|
#include <atomic>
#include <functional>
#include "cuttlefish/host/libs/audio_connector/shm_layout.h"
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 } |