Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_bta_hd_api.cc46 void BTA_HdDisable(void) { mock_function_count_map[__func__]++; } in BTA_HdDisable() function
/system/bt/bta/hd/
Dbta_hd_api.cc41 static const tBTA_SYS_REG bta_hd_reg = {bta_hd_hdl_event, BTA_HdDisable};
77 void BTA_HdDisable(void) { in BTA_HdDisable() function
/system/bt/bta/include/
Dbta_hd_api.h161 extern void BTA_HdDisable(void);
/system/bt/btif/src/
Dbtif_hd.cc195 BTA_HdDisable(); in btif_hd_upstreams_evt()
652 if (!b_enable) BTA_HdDisable(); in btif_hd_execute_service()