Home
last modified time | relevance | path

Searched refs:main_thread_shut_down (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/common/
H A Dmain_handler.h36 void main_thread_shut_down();
H A Dmain_handler.cc63 void main_thread_shut_down() { main_thread.ShutDown(); } in main_thread_shut_down() function
/aosp12/system/bt/test/mock/
H A Dmock_stack_btu_task.cc66 void main_thread_shut_down() { mock_function_count_map[__func__]++; } in main_thread_shut_down() function
/aosp12/system/bt/btif/src/
H A Dstack_manager.cc81 void main_thread_shut_down();
357 main_thread_shut_down(); in event_shut_down_stack()
/aosp12/system/bt/stack/btu/
H A Dbtu_task.cc128 void main_thread_shut_down() { main_thread.ShutDown(); } in main_thread_shut_down() function
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc291 main_thread_shut_down(); in TearDown()