Home
last modified time | relevance | path

Searched refs:MQDataType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.h48 using MQDataType = int8_t; variable
50 using DataMQ = AidlMessageQueue<MQDataType, MQDataMode>;
52 ::aidl::android::hardware::common::fmq::MQDescriptor<MQDataType,
DBluetoothAudioSession.cpp403 static_cast<const MQDataType*>(buffer) + total_written, in OutWritePcmData()
439 if (!data_mq_->read(static_cast<MQDataType*>(buffer) + total_read, in InReadPcmData()