Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dfuture_test.cc43 MessageLoopThread worker_thread("worker_thread"); in TEST_F() local
44 worker_thread.StartUp(); in TEST_F()
45 worker_thread.DoInThread(FROM_HERE, base::Bind(post_to_future, future)); in TEST_F()
49 worker_thread.ShutDown(); in TEST_F()
Dfixed_queue_test.cc336 thread_t* worker_thread = thread_new("test_fixed_queue_worker_thread"); in TEST_F() local
337 ASSERT_TRUE(worker_thread != NULL); in TEST_F()
339 fixed_queue_register_dequeue(queue, thread_get_reactor(worker_thread), in TEST_F()
348 thread_free(worker_thread); in TEST_F()
/system/bt/btif/src/
Dbtif_a2dp_sink.cc84 : worker_thread(thread_name), in BtifA2dpSinkControlBlock()
111 MessageLoopThread worker_thread; member in BtifA2dpSinkControlBlock
178 btif_a2dp_sink_cb.worker_thread.StartUp(); in btif_a2dp_sink_init()
179 if (!btif_a2dp_sink_cb.worker_thread.IsRunning()) { in btif_a2dp_sink_init()
188 if (!btif_a2dp_sink_cb.worker_thread.EnableRealTimeScheduling()) { in btif_a2dp_sink_init()
192 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_init()
204 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_startup()
218 if (btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_start_session()
269 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_end_session()
282 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_shutdown()
[all …]