/aosp12/system/bt/stack/test/common/ |
H A D | mock_btu_layer.cc | 21 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/hci/test/ |
H A D | other_stack_stub.cc | 27 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_btu_task.cc | 50 bluetooth::common::MessageLoopThread* get_main_thread() { in get_main_thread() function
|
/aosp12/system/bt/stack/include/ |
H A D | btu.h | 55 bluetooth::common::MessageLoopThread* get_main_thread();
|
/aosp12/system/bt/stack/test/hid/ |
H A D | stack_hid_test.cc | 32 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/bta/test/ |
H A D | bta_hf_client_test.cc | 29 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_task.cc | 89 bluetooth::common::MessageLoopThread* get_main_thread() { return &main_thread; } in get_main_thread() function
|
/aosp12/system/bt/stack/test/gatt/ |
H A D | mock_gatt_utils_ref.cc | 29 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
H A D | stack_gatt_test.cc | 34 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
H A D | gatt_sr_test.cc | 131 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/osi/test/fuzzers/alarm/ |
H A D | fuzz_alarm.cc | 36 bluetooth::common::MessageLoopThread* get_main_thread() { return thread; } in get_main_thread() function
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid_audio_source.cc | 130 get_main_thread()->GetWeakPtr(), FROM_HERE, base::Bind(&send_audio_data), in start_audio_ticks() 418 if (!bluetooth::audio::hearing_aid::init(stream_cb, get_main_thread())) { in Initialize()
|
/aosp12/system/bt/btif/test/ |
H A D | btif_rc_test.cc | 95 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/osi/src/ |
H A D | alarm.cc | 649 if (!get_main_thread()) { in callback_dispatch() 656 get_main_thread()->DoInThread(FROM_HERE, alarm->closure.i.callback()); in callback_dispatch()
|
/aosp12/system/bt/common/benchmark/ |
H A D | timer_performance_benchmark.cc | 35 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
|
/aosp12/system/bt/osi/test/ |
H A D | alarm_test.cc | 44 bluetooth::common::MessageLoopThread* get_main_thread() { return thread_; } in get_main_thread() function
|