Home
last modified time | relevance | path

Searched refs:fixed_queue_flush (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_fixed_queue.cc44 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()
Dmock_osi_fixed_queue.h92 struct fixed_queue_flush { struct
99 extern struct fixed_queue_flush fixed_queue_flush; argument
/packages/modules/Bluetooth/system/osi/test/
Dfixed_queue_test.cc88 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/
Dbtif_a2dp_sink.cc559 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()
Dbtif_a2dp_source.cc972 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/
Dfixed_queue.h49 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc88 fixed_queue_flush(fixed_queue, cbOrNull(dataProvider)); in callArbitraryFunction()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc454 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/
Dfixed_queue.cc86 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/
Dosi.cc348 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/
Dbta_dm_act.cc1547 fixed_queue_flush(bta_dm_search_cb.pending_discovery_queue, osi_free); in bta_dm_search_clear_queue()