Searched defs:worker_thread (Results 1 - 3 of 3) sorted by relevance

/system/bt/osi/test/
H A Dfuture_test.cc41 thread_t* worker_thread = thread_new("worker thread"); local
42 thread_post(worker_thread, post_to_future, future);
46 thread_free(worker_thread);
/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc83 thread_t* worker_thread; member in struct:__anon601
147 btif_a2dp_sink_cb.worker_thread = thread_new("btif_a2dp_sink_worker_thread");
148 if (btif_a2dp_sink_cb.worker_thread == NULL) {
161 thread_get_reactor(btif_a2dp_sink_cb.worker_thread),
167 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_startup_delayed,
196 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_shutdown_delayed,
198 thread_free(btif_a2dp_sink_cb.worker_thread);
199 btif_a2dp_sink_cb.worker_thread = NULL;
297 if (btif_a2dp_sink_cb.worker_thread != NULL) {
298 thread_post(btif_a2dp_sink_cb.worker_thread,
[all...]
H A Dbtif_a2dp_source.cc156 thread_t* worker_thread; member in struct:__anon609
270 btif_a2dp_source_cb.worker_thread =
272 if (btif_a2dp_source_cb.worker_thread == NULL) {
283 thread_get_reactor(btif_a2dp_source_cb.worker_thread),
289 thread_post(btif_a2dp_source_cb.worker_thread,
321 thread_post(btif_a2dp_source_cb.worker_thread,
323 thread_free(btif_a2dp_source_cb.worker_thread);
324 btif_a2dp_source_cb.worker_thread = NULL;
659 thread_post(btif_a2dp_source_cb.worker_thread,

Completed in 97 milliseconds