Home
last modified time | relevance | path

Searched refs:fixed_queue_get_dequeue_fd (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/include/
Dfixed_queue.h87 int fixed_queue_get_dequeue_fd(const fixed_queue_t *queue);
/system/bt/osi/src/
Dfixed_queue.c174 int fixed_queue_get_dequeue_fd(const fixed_queue_t *queue) { in fixed_queue_get_dequeue_fd() function
196 fixed_queue_get_dequeue_fd(queue), in fixed_queue_register_dequeue()
Dthread.c190 int fd = fixed_queue_get_dequeue_fd(thread->work_queue); in run_thread()