/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/ |
H A D | LeAudioAudioProvider.cpp | 81 DataMQ::Descriptor()); in startSession_2_1() 88 DataMQ::Descriptor()); in startSession_2_1() 116 DataMQ::Descriptor()); in startSession_2_1() 165 std::unique_ptr<DataMQ> tempDataMQ( in startSession_2_1() 166 new DataMQ(kDataMqSize, /* EventFlag */ true)); in startSession_2_1() 172 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1() 186 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
H A D | A2dpSoftwareAudioProvider.cpp | 53 std::unique_ptr<DataMQ> tempDataMQ( in A2dpSoftwareAudioProvider() 54 new DataMQ(kDataMqSize, /* EventFlag */ true)); in A2dpSoftwareAudioProvider() 86 DataMQ::Descriptor()); in startSession() 93 DataMQ::Descriptor()); in startSession() 107 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
H A D | HearingAidAudioProvider.cpp | 49 std::unique_ptr<DataMQ> tempDataMQ( in HearingAidAudioProvider() 50 new DataMQ(kDataMqSize, /* EventFlag */ true)); in HearingAidAudioProvider() 82 DataMQ::Descriptor()); in startSession() 89 DataMQ::Descriptor()); in startSession() 102 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
H A D | A2dpOffloadAudioProvider.cpp | 41 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef 70 DataMQ::Descriptor()); in startSession() 75 DataMQ::Descriptor()); in startSession() 86 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
|
H A D | A2dpSoftwareAudioProvider.h | 34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 49 std::unique_ptr<DataMQ> mDataMQ;
|
H A D | HearingAidAudioProvider.h | 34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 49 std::unique_ptr<DataMQ> mDataMQ;
|
H A D | LeAudioAudioProvider.h | 36 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 51 std::unique_ptr<DataMQ> mDataMQ;
|
H A D | BluetoothAudioProvider.cpp | 38 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef 77 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/ |
H A D | A2dpSoftwareAudioProvider.cpp | 51 std::unique_ptr<DataMQ> tempDataMQ( in A2dpSoftwareAudioProvider() 52 new DataMQ(kDataMqSize, /* EventFlag */ true)); in A2dpSoftwareAudioProvider() 80 DataMQ::Descriptor()); in startSession() 87 DataMQ::Descriptor()); in startSession() 101 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
H A D | HearingAidAudioProvider.cpp | 47 std::unique_ptr<DataMQ> tempDataMQ( in HearingAidAudioProvider() 48 new DataMQ(kDataMqSize, /* EventFlag */ true)); in HearingAidAudioProvider() 76 DataMQ::Descriptor()); in startSession() 83 DataMQ::Descriptor()); in startSession() 96 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in onSessionReady()
|
H A D | A2dpOffloadAudioProvider.cpp | 39 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef 64 DataMQ::Descriptor()); in startSession() 69 DataMQ::Descriptor()); in startSession() 80 _hidl_cb(BluetoothAudioStatus::SUCCESS, DataMQ::Descriptor()); in onSessionReady()
|
H A D | A2dpSoftwareAudioProvider.h | 34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 48 std::unique_ptr<DataMQ> mDataMQ;
|
H A D | HearingAidAudioProvider.h | 34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 48 std::unique_ptr<DataMQ> mDataMQ;
|
H A D | BluetoothAudioProvider.cpp | 37 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef 56 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 421 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() 428 tempDataMQ.reset(new DataMQ(dataMQ)); in TEST_P() 716 const DataMQ::Descriptor& dataMQ) { in TEST_P() 751 const DataMQ::Descriptor& dataMQ) { in TEST_P() 786 const DataMQ::Descriptor& dataMQ) { in TEST_P() 949 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() 956 tempDataMQ.reset(new DataMQ(dataMQ)); in TEST_P() 1037 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() 1044 tempDataMQ.reset(new DataMQ(dataMQ)); in TEST_P() 1131 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() [all …]
|
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSession.h | 46 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable 92 std::unique_ptr<DataMQ> mDataMQ; 103 bool UpdateDataPath(const DataMQ::Descriptor* dataMQ); 119 const DataMQ::Descriptor* dataMQ,
|
H A D | BluetoothAudioSession.cpp | 66 const sp<IBluetoothAudioPort> stack_iface, const DataMQ::Descriptor* dataMQ, in OnSessionStarted() 159 bool BluetoothAudioSession::UpdateDataPath(const DataMQ::Descriptor* dataMQ) { in UpdateDataPath() 165 std::unique_ptr<DataMQ> tempDataMQ; in UpdateDataPath() 166 tempDataMQ.reset(new DataMQ(*dataMQ)); in UpdateDataPath()
|
H A D | BluetoothAudioSessionReport.h | 31 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
|
H A D | BluetoothAudioSessionReport_2_1.h | 33 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 66 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef 334 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() 337 const DataMQ::Descriptor& dataMQ) { in TEST_P() 341 tempDataMQ.reset(new DataMQ(dataMQ)); in TEST_P() 621 const DataMQ::Descriptor& dataMQ) { in TEST_P() 656 const DataMQ::Descriptor& dataMQ) { in TEST_P() 691 const DataMQ::Descriptor& dataMQ) { in TEST_P() 729 const DataMQ::Descriptor& dataMQ) { in TEST_P() 851 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P() 854 const DataMQ::Descriptor& dataMQ) { in TEST_P() [all …]
|
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | StreamHalHidl.h | 197 typedef MessageQueue<uint8_t, hardware::kSynchronizedReadWrite> DataMQ; typedef 204 std::unique_ptr<DataMQ> mDataMQ; 255 typedef MessageQueue<uint8_t, hardware::kSynchronizedReadWrite> DataMQ; typedef 260 std::unique_ptr<DataMQ> mDataMQ;
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | client_interface.cc | 40 using DataMQ = ::android::hardware::MessageQueue< typedef 566 std::unique_ptr<DataMQ> tempDataMQ; in StartSession() 573 const DataMQ::Descriptor& dataMQ) { in StartSession() 577 tempDataMQ.reset(new DataMQ(dataMQ)); in StartSession() 626 std::unique_ptr<DataMQ> tempDataMQ; in StartSession_2_1() 633 const DataMQ::Descriptor& dataMQ) { in StartSession_2_1() 637 tempDataMQ.reset(new DataMQ(dataMQ)); in StartSession_2_1()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | StreamIn.cpp | 48 StreamIn::DataMQ* dataMQ, StreamIn::StatusMQ* statusMQ, EventFlag* efGroup) in ReadThread() 67 StreamIn::DataMQ* mDataMQ; 369 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForReading() 394 std::unique_ptr<DataMQ> tempDataMQ(new DataMQ(frameSize * framesCount, true /* EventFlag */)); in prepareForReading()
|
H A D | StreamOut.cpp | 50 StreamOut::CommandMQ* commandMQ, StreamOut::DataMQ* dataMQ, in WriteThread() 70 StreamOut::DataMQ* mDataMQ; 356 _hidl_cb(result, CommandMQ::Descriptor(), DataMQ::Descriptor(), StatusMQ::Descriptor(), in prepareForWriting() 380 std::unique_ptr<DataMQ> tempDataMQ(new DataMQ(frameSize * framesCount, true /* EventFlag */)); in prepareForWriting()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | StreamIn.h | 50 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; typedef 144 std::unique_ptr<DataMQ> mDataMQ;
|