Home
last modified time | relevance | path

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

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