Home
last modified time | relevance | path

Searched refs:b_enable (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_sdp.cc162 bt_status_t btif_sdp_execute_service(bool b_enable) { in btif_sdp_execute_service() argument
163 BTIF_TRACE_DEBUG("%s enable:%d", __func__, b_enable); in btif_sdp_execute_service()
165 if (b_enable) { in btif_sdp_execute_service()
Dbtif_hd.cc649 bt_status_t btif_hd_execute_service(bool b_enable) { in btif_hd_execute_service() argument
650 BTIF_TRACE_API("%s: b_enable=%d", __func__, b_enable); in btif_hd_execute_service()
652 if (!b_enable) BTA_HdDisable(); in btif_hd_execute_service()
Dbtif_dm.cc231 extern bt_status_t btif_av_sink_execute_service(bool b_enable);
232 extern bt_status_t btif_hh_execute_service(bool b_enable);
233 extern bt_status_t btif_hf_client_execute_service(bool b_enable);
234 extern bt_status_t btif_sdp_execute_service(bool b_enable);
236 extern bt_status_t btif_hd_execute_service(bool b_enable);
266 bool b_enable) { in btif_in_execute_service_request() argument
272 bluetooth::headset::ExecuteService(b_enable); in btif_in_execute_service_request()
275 btif_av_source_execute_service(b_enable); in btif_in_execute_service_request()
278 btif_av_sink_execute_service(b_enable); in btif_in_execute_service_request()
281 btif_hh_execute_service(b_enable); in btif_in_execute_service_request()
[all …]
Dbtif_hf_client.cc1040 bt_status_t btif_hf_client_execute_service(bool b_enable) { in btif_hf_client_execute_service() argument
1041 BTIF_TRACE_EVENT("%s: enable: %d", __func__, b_enable); in btif_hf_client_execute_service()
1049 if (b_enable) { in btif_hf_client_execute_service()
Dbtif_hh.cc1701 bt_status_t btif_hh_execute_service(bool b_enable) { in btif_hh_execute_service() argument
1702 if (b_enable) { in btif_hh_execute_service()
Dbtif_hf.cc1456 bt_status_t ExecuteService(bool b_enable) { in ExecuteService() argument
1464 if (b_enable) { in ExecuteService()
/system/bt/btif/include/
Dbtif_hf.h46 bt_status_t ExecuteService(bool b_enable);
/system/bt/stack/test/common/
Dmock_btif_dm.cc60 bool b_enable) { in btif_in_execute_service_request() argument
/system/bt/test/mock/
Dmock_btif_dm.cc61 bool b_enable) { in btif_in_execute_service_request() argument