Searched refs:ready_cb (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_fixed_queue.h | 184 fixed_queue_cb ready_cb, void* context)> 185 body{[](fixed_queue_t* queue, reactor_t* reactor, fixed_queue_cb ready_cb, 188 fixed_queue_cb ready_cb, void* context) { in operator() 189 body(queue, reactor, ready_cb, context); in operator()
|
D | mock_osi_fixed_queue.cc | 110 fixed_queue_cb ready_cb, void* context) { in fixed_queue_register_dequeue() argument 113 ready_cb, context); in fixed_queue_register_dequeue()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | fixed_queue.cc | 234 fixed_queue_cb ready_cb, void* context) { in fixed_queue_register_dequeue() argument 237 CHECK(ready_cb != NULL); in fixed_queue_register_dequeue() 242 queue->dequeue_ready = ready_cb; in fixed_queue_register_dequeue()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 129 fixed_queue_cb ready_cb, void* context);
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 355 fixed_queue_cb ready_cb, void* context) { in fixed_queue_register_dequeue() argument
|