Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_fixed_queue.cc40 struct fixed_queue_get_dequeue_fd fixed_queue_get_dequeue_fd; variable
79 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function
81 return test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd(queue); in fixed_queue_get_dequeue_fd()
Dmock_osi_fixed_queue.h96 struct fixed_queue_get_dequeue_fd { struct
102 extern struct fixed_queue_get_dequeue_fd fixed_queue_get_dequeue_fd; argument
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dfixed_queue.cc251 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function
272 queue->dequeue_object = reactor_register(reactor, fixed_queue_get_dequeue_fd(queue), queue, in fixed_queue_register_dequeue()
Dthread.cc227 int fd = fixed_queue_get_dequeue_fd(thread->work_queue); in run_thread()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/include/
Dfixed_queue.h122 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue);
/aosp_15_r20/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc351 test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd.body = [](const fixed_queue_t* /* q */) { in FakeOsi()
412 test::mock::osi_fixed_queue::fixed_queue_get_dequeue_fd = {}; in ~FakeOsi()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc176 fixed_queue_get_dequeue_fd(fixed_queue); in callArbitraryFunction()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dfixed_queue_test.cc294 int dequeue_fd = fixed_queue_get_dequeue_fd(queue); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc278 int fixed_queue_get_dequeue_fd(const fixed_queue_t* queue) { in fixed_queue_get_dequeue_fd() function