Home
last modified time | relevance | path

Searched refs:btif_queue_cleanup (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_queue.cc40 struct btif_queue_cleanup btif_queue_cleanup; variable
66 void btif_queue_cleanup(uint16_t uuid) { in btif_queue_cleanup() function
68 test::mock::btif_profile_queue::btif_queue_cleanup(uuid); in btif_queue_cleanup()
Dmock_btif_profile_queue.h53 struct btif_queue_cleanup { struct
57 extern struct btif_queue_cleanup btif_queue_cleanup; argument
/packages/modules/Bluetooth/system/btif/test/
Dbtif_profile_queue_test.cc219 btif_queue_cleanup(kTestUuid1); in TEST_F()
239 btif_queue_cleanup(kTestUuid1); in TEST_F()
240 btif_queue_cleanup(kTestUuid2); in TEST_F()
260 btif_queue_cleanup(kTestUuid2); in TEST_F()
261 btif_queue_cleanup(kTestUuid1); in TEST_F()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_queue.h38 void btif_queue_cleanup(uint16_t uuid);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_queue.cc169 void btif_queue_cleanup(uint16_t uuid) { in btif_queue_cleanup() function
Dbtif_hf_client.cc711 btif_queue_cleanup(UUID_SERVCLASS_HF_HANDSFREE); in cleanup()
Dbtif_hf.cc1528 btif_queue_cleanup(UUID_SERVCLASS_AG_HANDSFREE); in Cleanup()
Dbtif_av.cc1215 btif_queue_cleanup(UUID_SERVCLASS_AUDIO_SOURCE); in Cleanup()
1468 btif_queue_cleanup(UUID_SERVCLASS_AUDIO_SINK); in Cleanup()