HomeSort by relevance Sort by last modified time
    Searched defs:bt_workqueue_thread (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btu/
btu_init.cc 45 thread_t* bt_workqueue_thread; variable
114 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME);
115 if (bt_workqueue_thread == NULL) goto error_exit;
117 thread_set_rt_priority(bt_workqueue_thread, BTU_TASK_RT_PRIORITY);
120 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
133 thread_free(bt_workqueue_thread);
135 bt_workqueue_thread = NULL;
  /system/bt/stack/test/
stack_btu_test.cc 85 thread_t* bt_workqueue_thread; variable
95 bt_workqueue_thread = thread_new("test alarm thread");
  /system/bt/stack/btm/
btm_devctl.cc 46 extern thread_t* bt_workqueue_thread;
234 bt_workqueue_thread, reset_complete); local

Completed in 612 milliseconds