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.cc86 : worker_thread(thread_name), in BtifA2dpSinkControlBlock()
113 MessageLoopThread worker_thread; member in BtifA2dpSinkControlBlock
184 btif_a2dp_sink_cb.worker_thread.StartUp(); in btif_a2dp_sink_init()
185 if (!btif_a2dp_sink_cb.worker_thread.IsRunning()) { in btif_a2dp_sink_init()
194 if (!btif_a2dp_sink_cb.worker_thread.EnableRealTimeScheduling()) { in btif_a2dp_sink_init()
198 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_init()
210 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_startup()
224 if (btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_start_session()
274 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_end_session()
287 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_shutdown()
[all …]