Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dfixed_queue.h122 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue);
/system/bt/osi/src/
Dfixed_queue.cc222 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function
244 reactor_register(reactor, fixed_queue_get_dequeue_fd(queue), queue, in fixed_queue_register_dequeue()
Dthread.cc213 int fd = fixed_queue_get_dequeue_fd(thread->work_queue); in run_thread()
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc178 fixed_queue_get_dequeue_fd(fixed_queue); in callArbitraryFunction()
/system/bt/osi/test/
Dfixed_queue_test.cc300 int dequeue_fd = fixed_queue_get_dequeue_fd(queue); in TEST_F()