Home
last modified time | relevance | path

Searched refs:bt_startup_thread (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btu/
Dbtu_init.cc41 MessageLoopThread bt_startup_thread("bt_startup_thread"); variable
106 bt_startup_thread.StartUp(); in BTU_StartUp()
107 if (!bt_startup_thread.EnableRealTimeScheduling()) { in BTU_StartUp()
109 << bt_startup_thread; in BTU_StartUp()
113 if (!bt_startup_thread.DoInThread(FROM_HERE, in BTU_StartUp()
116 << bt_startup_thread; in BTU_StartUp()
124 bt_startup_thread.ShutDown(); in BTU_ShutDown()
/system/bt/stack/test/
Dstack_btu_test.cc85 bluetooth::common::MessageLoopThread bt_startup_thread("test alarm thread"); variable
95 bt_startup_thread.StartUp(); in SetUp()
106 bt_startup_thread.ShutDown(); in TearDown()
/system/bt/stack/btm/
Dbtm_devctl.cc47 extern bluetooth::common::MessageLoopThread bt_startup_thread;
235 &bt_startup_thread, reset_complete); in BTM_DeviceReset()