Home
last modified time | relevance | path

Searched refs:DataMQ (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/bluetooth/audio/2.1/default/
DLeAudioAudioProvider.cpp81 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()
DA2dpOffloadAudioProvider.cpp41 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()
DHearingAidAudioProvider.cpp49 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()
DA2dpSoftwareAudioProvider.cpp53 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()
DHearingAidAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
49 std::unique_ptr<DataMQ> mDataMQ;
DA2dpSoftwareAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
49 std::unique_ptr<DataMQ> mDataMQ;
DLeAudioAudioProvider.h36 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
51 std::unique_ptr<DataMQ> mDataMQ;
DBluetoothAudioProvider.cpp38 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef
77 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession_2_1()
/hardware/interfaces/bluetooth/audio/2.0/default/
DA2dpSoftwareAudioProvider.cpp51 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()
DHearingAidAudioProvider.cpp47 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()
DA2dpOffloadAudioProvider.cpp39 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()
DHearingAidAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
48 std::unique_ptr<DataMQ> mDataMQ;
DA2dpSoftwareAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
48 std::unique_ptr<DataMQ> mDataMQ;
DBluetoothAudioProvider.cpp37 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef
56 _hidl_cb(BluetoothAudioStatus::FAILURE, DataMQ::Descriptor()); in startSession()
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession.h46 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,
DBluetoothAudioSessionReport.h31 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
DBluetoothAudioSessionReport_2_1.h33 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
DBluetoothAudioSession.cpp66 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()
DBluetoothAudioSession_2_1.h60 const DataMQ::Descriptor* dataMQ,
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp65 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; typedef
421 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P()
424 const DataMQ::Descriptor& dataMQ) { 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()
824 const DataMQ::Descriptor& dataMQ) { in TEST_P()
885 const DataMQ::Descriptor& dataMQ) { in TEST_P()
949 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P()
[all …]
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp66 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()
790 const DataMQ::Descriptor& dataMQ) { in TEST_P()
851 std::unique_ptr<DataMQ> tempDataMQ; in TEST_P()
[all …]
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp48 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()
DStreamOut.cpp50 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()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h50 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; typedef
144 std::unique_ptr<DataMQ> mDataMQ;
DStreamOut.h51 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; typedef
167 std::unique_ptr<DataMQ> mDataMQ;

12