Home
last modified time | relevance | path

Searched refs:message_loop (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_host.cc24 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
Dhearing_aid_software_encoding.cc38 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()
Dhfp_client_interface.h87 Decode* GetDecode(bluetooth::common::MessageLoopThread* message_loop);
93 Encode* GetEncode(bluetooth::common::MessageLoopThread* message_loop);
98 Offload* GetOffload(bluetooth::common::MessageLoopThread* message_loop);
Dle_audio_software_unittest.cc210 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()
Da2dp_encoding.cc60 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()
Dle_audio_software.h171 bluetooth::common::MessageLoopThread* message_loop,
183 bluetooth::common::MessageLoopThread* message_loop);
Dhearing_aid_software_encoding_host.cc26 bluetooth::common::MessageLoopThread* message_loop) { in init() argument
Dhearing_aid_software_encoding.h37 bluetooth::common::MessageLoopThread* message_loop);
Da2dp_encoding.h43 bool init(bluetooth::common::MessageLoopThread* message_loop);
Dle_audio_software.cc870 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()
Dle_audio_software_host.cc520 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/
Daudio_hal_client_test.cc79 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/
Dmock_audio_hal_interface_a2dp_encoding.h149 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()
Dmock_audio_hal_interface_a2dp_encoding.cc133 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/
Dmessage_loop_thread_unittest.cc227 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()
Dmessage_loop_thread.h141 btbase::AbstractMessageLoop* message_loop() const;
Dmessage_loop_thread.cc154 btbase::AbstractMessageLoop* MessageLoopThread::message_loop() const { in message_loop() function in bluetooth::common::MessageLoopThread
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc168 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()
Dhearing_aid_software_encoding_hidl.cc185 bluetooth::common::MessageLoopThread* message_loop) { in init() argument
196 hearing_aid_sink, message_loop); in init()
Dhearing_aid_software_encoding_hidl.h36 bluetooth::common::MessageLoopThread* message_loop);
Da2dp_encoding_hidl.h39 bool init(bluetooth::common::MessageLoopThread* message_loop);
Da2dp_encoding_hidl.cc364 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()
Dclient_interface_hidl.h257 bluetooth::common::MessageLoopThread* message_loop);
279 bluetooth::common::MessageLoopThread* message_loop);
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhearing_aid_software_encoding_aidl.h35 bluetooth::common::MessageLoopThread* message_loop);
Da2dp_encoding_aidl.h55 bool init(bluetooth::common::MessageLoopThread* message_loop);

12