Searched refs:fixed_queue_flush (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/osi/test/ |
H A 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()
|
/aosp12/system/bt/osi/include/ |
H A D | fixed_queue.h | 49 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb);
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_sink.cc | 553 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_avk_handle_timer() 585 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_audio_rx_flush_event() 720 fixed_queue_flush(btif_a2dp_sink_cb.rx_audio_queue, osi_free); in btif_a2dp_sink_set_focus_state_event()
|
H A D | btif_a2dp_source.cc | 947 fixed_queue_flush(btif_a2dp_source_cb.tx_audio_queue, osi_free); in btif_a2dp_source_enqueue_callback() 1028 fixed_queue_flush(btif_a2dp_source_cb.tx_audio_queue, osi_free); in btif_a2dp_source_audio_tx_flush_event()
|
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/ |
H A D | fuzz_fixed_queue.cc | 88 fixed_queue_flush(fixed_queue, cbOrNull(dataProvider)); in callArbitraryFunction()
|
/aosp12/system/bt/osi/src/ |
H A D | fixed_queue.cc | 85 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 339 void fixed_queue_flush(fixed_queue_t* queue, fixed_queue_free_cb free_cb) { in fixed_queue_flush() function
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 425 fixed_queue_flush(p_dev->get_rpt_id_queue, osi_free); in bta_hh_co_close()
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_act.cc | 1511 fixed_queue_flush(bta_dm_search_cb.pending_discovery_queue, osi_free); in bta_dm_search_clear_queue()
|