Home
last modified time | relevance | path

Searched refs:get_main_thread (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/stack/test/common/
H A Dmock_btu_layer.cc21 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/hci/test/
H A Dother_stack_stub.cc27 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/test/mock/
H A Dmock_stack_btu_task.cc50 bluetooth::common::MessageLoopThread* get_main_thread() { in get_main_thread() function
/aosp12/system/bt/stack/include/
H A Dbtu.h55 bluetooth::common::MessageLoopThread* get_main_thread();
/aosp12/system/bt/stack/test/hid/
H A Dstack_hid_test.cc32 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/bta/test/
H A Dbta_hf_client_test.cc29 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/stack/btu/
H A Dbtu_task.cc89 bluetooth::common::MessageLoopThread* get_main_thread() { return &main_thread; } in get_main_thread() function
/aosp12/system/bt/stack/test/gatt/
H A Dmock_gatt_utils_ref.cc29 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
H A Dstack_gatt_test.cc34 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
H A Dgatt_sr_test.cc131 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/osi/test/fuzzers/alarm/
H A Dfuzz_alarm.cc36 bluetooth::common::MessageLoopThread* get_main_thread() { return thread; } in get_main_thread() function
/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid_audio_source.cc130 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 Dbtif_rc_test.cc95 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/osi/src/
H A Dalarm.cc649 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 Dtimer_performance_benchmark.cc35 bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } in get_main_thread() function
/aosp12/system/bt/osi/test/
H A Dalarm_test.cc44 bluetooth::common::MessageLoopThread* get_main_thread() { return thread_; } in get_main_thread() function