Searched refs:fixed_queue_flush (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_fixed_queue.cc | 38 struct fixed_queue_flush fixed_queue_flush; variable 71 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function 73 test::mock::osi_fixed_queue::fixed_queue_flush(queue, free_cb); in fixed_queue_flush()
|
D | mock_osi_fixed_queue.h | 76 struct fixed_queue_flush { struct 83 extern struct fixed_queue_flush fixed_queue_flush; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 86 fixed_queue_flush(queue, NULL); in TEST_F() 93 fixed_queue_flush(queue, osi_free); in TEST_F() 104 fixed_queue_flush(queue, NULL); in TEST_F() 116 fixed_queue_flush(queue, test_queue_entry_free_cb); in TEST_F()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 49 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 261 test::mock::osi_fixed_queue::fixed_queue_flush.body = in FakeOsi() 279 test::mock::osi_fixed_queue::fixed_queue_flush(q, free_cb); in FakeOsi() 402 test::mock::osi_fixed_queue::fixed_queue_flush = {}; in ~FakeOsi()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 564 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_avk_handle_timer() 596 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_audio_rx_flush_event() 741 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_set_focus_state_event()
|
D | btif_a2dp_source.cc | 972 fixed_queue_flush(btif_a2dp_source_cb.tx_audio_queue, osi_free); in btif_a2dp_source_enqueue_callback() 1063 fixed_queue_flush(btif_a2dp_source_cb.tx_audio_queue, osi_free); in btif_a2dp_source_audio_tx_flush_event()
|
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 88 fixed_queue_flush(fixed_queue, cbOrNull(dataProvider)); in callArbitraryFunction()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 508 fixed_queue_flush(p_dev->uhid.get_rpt_id_queue, osi_free); in bta_hh_co_close() 512 fixed_queue_flush(p_dev->uhid.set_rpt_id_queue, osi_free); in bta_hh_co_close()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | fixed_queue.cc | 88 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 312 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function
|