Searched refs:APPL_TRACE_API (Results 1 – 9 of 9) sorted by relevance
/system/bt/bta/hd/ |
D | bta_hd_api.cc | 54 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()
|
D | bta_hd_act.cc | 88 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 …]
|
D | bta_hd_main.cc | 279 APPL_TRACE_API("%s: p_msg->event=%d", __func__, p_msg->event); in bta_hd_hdl_event()
|
/system/bt/bta/sdp/ |
D | bta_sdp_api.cc | 58 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/ |
D | bta_mce_api.cc | 60 APPL_TRACE_API("%", __func__); in BTA_MceEnable() 99 APPL_TRACE_API("%s", __func__); in BTA_MceGetRemoteMasInstances()
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 798 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/ |
D | bta_hf_client_sco.cc | 254 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/ |
D | bta_ag_sco.cc | 442 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/ |
D | bt_trace.h | 643 #define APPL_TRACE_API(...) \ macro
|