/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | hfp_client_interface_host.cc | 24 bluetooth::common::MessageLoopThread* message_loop) { in GetDecode() argument 33 bluetooth::common::MessageLoopThread* message_loop) { in GetEncode() argument 42 bluetooth::common::MessageLoopThread* message_loop) { in GetOffload() argument
|
D | hearing_aid_software_encoding.cc | 38 bluetooth::common::MessageLoopThread* message_loop) { in init() argument 41 return hidl::hearing_aid::init(stream_cb, message_loop); in init() 43 return aidl::hearing_aid::init(stream_cb, message_loop); in init()
|
D | hfp_client_interface.h | 87 Decode* GetDecode(bluetooth::common::MessageLoopThread* message_loop); 93 Encode* GetEncode(bluetooth::common::MessageLoopThread* message_loop); 98 Offload* GetOffload(bluetooth::common::MessageLoopThread* message_loop);
|
D | le_audio_software_unittest.cc | 210 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioDeathRecipient() argument 211 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient() 237 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface() argument 239 this, message_loop), in BluetoothAudioSinkClientInterface() 255 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSourceClientInterface() argument 257 this, message_loop), in BluetoothAudioSourceClientInterface() 565 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread()
|
D | a2dp_encoding.cc | 60 bool init(bluetooth::common::MessageLoopThread* message_loop) { in init() argument 63 return hidl::a2dp::init(message_loop); in init() 65 return aidl::a2dp::init(message_loop); in init()
|
D | le_audio_software.h | 171 bluetooth::common::MessageLoopThread* message_loop, 183 bluetooth::common::MessageLoopThread* message_loop);
|
D | hearing_aid_software_encoding_host.cc | 26 bluetooth::common::MessageLoopThread* message_loop) { in init() argument
|
D | hearing_aid_software_encoding.h | 37 bluetooth::common::MessageLoopThread* message_loop);
|
D | a2dp_encoding.h | 43 bool init(bluetooth::common::MessageLoopThread* message_loop);
|
D | le_audio_software.cc | 870 bluetooth::common::MessageLoopThread* message_loop, in GetSink() argument 898 hidl::le_audio::LeAudioSinkTransport::instance, message_loop); in GetSink() 1005 bluetooth::common::MessageLoopThread* message_loop) { in GetSource() argument 1030 hidl::le_audio::LeAudioSourceTransport::instance, message_loop); in GetSource()
|
D | le_audio_software_host.cc | 520 bluetooth::common::MessageLoopThread* message_loop, in GetSink() argument 572 bluetooth::common::MessageLoopThread* message_loop) { in GetSource() argument
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_hal_client_test.cc | 79 message_loop_ = message_loop_thread.message_loop(); in init_message_loop_thread() 144 bluetooth::common::MessageLoopThread* message_loop, 148 bluetooth::common::MessageLoopThread* message_loop)); 166 bluetooth::common::MessageLoopThread* message_loop, in GetSink() argument 168 return interface_mock->GetSink(stream_cb, message_loop, in GetSink() 174 bluetooth::common::MessageLoopThread* message_loop) { in GetSource() argument 175 return interface_mock->GetSource(stream_cb, message_loop); in GetSource()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_audio_hal_interface_a2dp_encoding.h | 149 std::function<bool(bluetooth::common::MessageLoopThread* message_loop)> body{ 153 bool operator()(bluetooth::common::MessageLoopThread* message_loop) { in operator() 154 return body(message_loop); in operator()
|
D | mock_audio_hal_interface_a2dp_encoding.cc | 133 bool init(bluetooth::common::MessageLoopThread* message_loop) { in init() argument 135 return test::mock::audio_hal_interface_a2dp_encoding::init(message_loop); in init()
|
/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread_unittest.cc | 227 ASSERT_EQ(message_loop_thread.message_loop(), nullptr); in TEST_F() 234 ASSERT_NE(message_loop_thread.message_loop(), nullptr); in TEST_F() 241 ASSERT_NE(message_loop_thread.message_loop(), nullptr); in TEST_F() 243 ASSERT_EQ(message_loop_thread.message_loop(), nullptr); in TEST_F()
|
D | message_loop_thread.h | 141 btbase::AbstractMessageLoop* message_loop() const;
|
D | message_loop_thread.cc | 154 btbase::AbstractMessageLoop* MessageLoopThread::message_loop() const { in message_loop() function in bluetooth::common::MessageLoopThread
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.cc | 168 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioDeathRecipient() argument 169 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient() 419 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface() argument 421 this, message_loop), in BluetoothAudioSinkClientInterface() 457 bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSourceClientInterface() argument 459 this, message_loop), in BluetoothAudioSourceClientInterface()
|
D | hearing_aid_software_encoding_hidl.cc | 185 bluetooth::common::MessageLoopThread* message_loop) { in init() argument 196 hearing_aid_sink, message_loop); in init()
|
D | hearing_aid_software_encoding_hidl.h | 36 bluetooth::common::MessageLoopThread* message_loop);
|
D | a2dp_encoding_hidl.h | 39 bool init(bluetooth::common::MessageLoopThread* message_loop);
|
D | a2dp_encoding_hidl.cc | 364 bool init(bluetooth::common::MessageLoopThread* message_loop) { in init() argument 375 new BluetoothAudioSinkClientInterface(a2dp_sink, message_loop); in init() 387 new BluetoothAudioSinkClientInterface(a2dp_sink, message_loop); in init()
|
D | client_interface_hidl.h | 257 bluetooth::common::MessageLoopThread* message_loop); 279 bluetooth::common::MessageLoopThread* message_loop);
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hearing_aid_software_encoding_aidl.h | 35 bluetooth::common::MessageLoopThread* message_loop);
|
D | a2dp_encoding_aidl.h | 55 bool init(bluetooth::common::MessageLoopThread* message_loop);
|