Home
last modified time | relevance | path

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

/system/bt/bta/hd/
Dbta_hd_api.cc54 APPL_TRACE_API("%s", __func__); in BTA_HdEnable()
79 APPL_TRACE_API("%s", __func__); in BTA_HdDisable()
101 APPL_TRACE_API("%s", __func__); in BTA_HdRegisterApp()
154 APPL_TRACE_API("%s", __func__); in BTA_HdUnregisterApp()
205 APPL_TRACE_API("%s", __func__); in BTA_HdVirtualCableUnplug()
224 APPL_TRACE_API("%s", __func__); in BTA_HdConnect()
245 APPL_TRACE_API("%s", __func__); in BTA_HdDisconnect()
262 APPL_TRACE_API("%s", __func__); in BTA_HdAddDevice()
282 APPL_TRACE_API("%s", __func__); in BTA_HdRemoveDevice()
302 APPL_TRACE_API("%s", __func__); in BTA_HdReportError()
Dbta_hd_act.cc88 APPL_TRACE_API("%s", __func__); in bta_hd_api_enable()
125 APPL_TRACE_API("%s", __func__); in bta_hd_api_disable()
165 APPL_TRACE_API("%s", __func__); in bta_hd_register_act()
227 APPL_TRACE_API("%s", __func__); in bta_hd_unregister_act()
254 APPL_TRACE_API("%s", __func__); in bta_hd_unregister2_act()
281 APPL_TRACE_API("%s", __func__); in bta_hd_connect_act()
314 APPL_TRACE_API("%s", __func__); in bta_hd_disconnect_act()
341 APPL_TRACE_API("%s", __func__); in bta_hd_add_device_act()
358 APPL_TRACE_API("%s", __func__); in bta_hd_remove_device_act()
404 APPL_TRACE_API("%s: error = %d", __func__, p_report->error); in bta_hd_report_error_act()
[all …]
Dbta_hd_main.cc279 APPL_TRACE_API("%s: p_msg->event=%d", __func__, p_msg->event); in bta_hd_hdl_event()
/system/bt/bta/sdp/
Dbta_sdp_api.cc58 APPL_TRACE_API(__func__); in BTA_SdpEnable()
95 APPL_TRACE_API("%s", __func__); in BTA_SdpSearch()
122 APPL_TRACE_API("%s", __func__); in BTA_SdpCreateRecordByUser()
148 APPL_TRACE_API("%s", __func__); in BTA_SdpRemoveRecordByUser()
/system/bt/bta/mce/
Dbta_mce_api.cc60 APPL_TRACE_API("%", __func__); in BTA_MceEnable()
99 APPL_TRACE_API("%s", __func__); in BTA_MceGetRemoteMasInstances()
/system/bt/bta/dm/
Dbta_dm_api.cc798 APPL_TRACE_API("%s", __func__); in BTA_DmSetEncryption()
839 APPL_TRACE_API("%s:start = %d ", __func__, start); in BTA_DmBleObserve()
853 void BTA_VendorInit(void) { APPL_TRACE_API("BTA_VendorInit"); } in BTA_VendorInit()
/system/bt/bta/hf_client/
Dbta_hf_client_sco.cc254 APPL_TRACE_API("%s: orig %d, inx 0x%04x, status 0x%x, pkt types 0x%04x", in bta_hf_client_sco_create()
/system/bt/bta/ag/
Dbta_ag_sco.cc442 APPL_TRACE_API("%s: orig %d, inx 0x%04x, pkt types 0x%04x", __func__, in bta_ag_create_sco()
453 APPL_TRACE_API("%s: orig %d, inx 0x%04x, status 0x%x, pkt types 0x%04x", in bta_ag_create_sco()
/system/bt/internal_include/
Dbt_trace.h643 #define APPL_TRACE_API(...) \ macro