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

  /system/bt/stack/btu/
btu_init.c 62 thread_t *bt_workqueue_thread; variable
147 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME);
148 if (bt_workqueue_thread == NULL)
151 thread_set_priority(bt_workqueue_thread, BTU_TASK_THREAD_PRIORITY);
154 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
171 thread_free(bt_workqueue_thread);
173 bt_workqueue_thread = NULL;
  /system/bt/stack/btm/
btm_devctl.c 48 extern thread_t *bt_workqueue_thread;
224 bt_workqueue_thread, local
    [all...]

Completed in 54 milliseconds