Home
last modified time | relevance | path

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

12

/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/
H A 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()
H A 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()
H A 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()
H A 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()
H A DA2dpSoftwareAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
49 std::unique_ptr<DataMQ> mDataMQ;
H A DHearingAidAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
49 std::unique_ptr<DataMQ> mDataMQ;
H A DLeAudioAudioProvider.h36 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
51 std::unique_ptr<DataMQ> mDataMQ;
H A DBluetoothAudioProvider.cpp38 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 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()
H A 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()
H A 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()
H A DA2dpSoftwareAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
48 std::unique_ptr<DataMQ> mDataMQ;
H A DHearingAidAudioProvider.h34 using DataMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
48 std::unique_ptr<DataMQ> mDataMQ;
H A DBluetoothAudioProvider.cpp37 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 DVtsHalBluetoothAudioV2_1TargetTest.cpp421 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 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,
H A 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()
H A DBluetoothAudioSessionReport.h31 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
H A DBluetoothAudioSessionReport_2_1.h33 const DataMQ::Descriptor* dataMQ, in OnSessionStarted()
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A 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()
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 DStreamHalHidl.h197 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 Dclient_interface.cc40 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 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()
H A 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()
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DStreamIn.h50 typedef MessageQueue<uint8_t, kSynchronizedReadWrite> DataMQ; typedef
144 std::unique_ptr<DataMQ> mDataMQ;

12