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

  /system/bt/stack/btu/
btu_init.cc 45 thread_t* bt_workqueue_thread; variable
110 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME);
111 if (bt_workqueue_thread == NULL) goto error_exit;
113 thread_set_rt_priority(bt_workqueue_thread, BTU_TASK_RT_PRIORITY);
116 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
129 thread_free(bt_workqueue_thread);
131 bt_workqueue_thread = NULL;
btu_task.cc 46 extern thread_t* bt_workqueue_thread;
  /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;
223 bt_workqueue_thread, reset_complete); local
  /system/bt/bta/sys/
bta_sys_main.cc 53 extern thread_t* bt_workqueue_thread;

Completed in 1191 milliseconds