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 | 44 struct fixed_queue_flush fixed_queue_flush; variable 77 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function 79 test::mock::osi_fixed_queue::fixed_queue_flush(queue, free_cb); in fixed_queue_flush()
|
D | mock_osi_fixed_queue.h | 92 struct fixed_queue_flush { struct 99 extern struct fixed_queue_flush fixed_queue_flush; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 88 fixed_queue_flush(queue, NULL); in TEST_F() 95 fixed_queue_flush(queue, osi_free); in TEST_F() 106 fixed_queue_flush(queue, NULL); in TEST_F() 118 fixed_queue_flush(queue, test_queue_entry_free_cb); in TEST_F()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 559 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_avk_handle_timer() 591 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_audio_rx_flush_event() 726 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() 1053 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/include/ |
D | fixed_queue.h | 49 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/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 | 454 fixed_queue_flush(p_dev->get_rpt_id_queue, osi_free); in bta_hh_co_close() 458 fixed_queue_flush(p_dev->set_rpt_id_queue, osi_free); in bta_hh_co_close()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | fixed_queue.cc | 86 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 | 348 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1547 fixed_queue_flush(bta_dm_search_cb.pending_discovery_queue, osi_free); in bta_dm_search_clear_queue()
|