Home
last modified time | relevance | path

Searched refs:BTA_HfClientDisable (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hf_client_api.cc42 void BTA_HfClientDisable(void) { inc_func_call_count(__func__); } in BTA_HfClientDisable() function
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc30 void BTA_HfClientDisable(void) { } in BTA_HfClientDisable() function
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc78 void BTA_HfClientDisable(void) { bta_hf_client_api_disable(); } in BTA_HfClientDisable() function
Dbta_hf_client_main.cc267 BTA_HfClientDisable};
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h317 void BTA_HfClientDisable(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc1097 BTA_HfClientDisable(); in btif_hf_client_execute_service()