Home
last modified time | relevance | path

Searched refs:BTA_HfClientAudioClose (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/mock/
Dmock_bta_hf_client_api.cc47 void BTA_HfClientAudioClose(uint16_t handle) { in BTA_HfClientAudioClose() function
/system/bt/bta/hf_client/
Dbta_hf_client_api.cc153 void BTA_HfClientAudioClose(uint16_t handle) { in BTA_HfClientAudioClose() function
/system/bt/bta/include/
Dbta_hf_client_api.h366 void BTA_HfClientAudioClose(uint16_t handle);
/system/bt/btif/src/
Dbtif_hf_client.cc390 BTA_HfClientAudioClose(cb->handle); in disconnect_audio()