Home
last modified time | relevance | path

Searched refs:APPL_TRACE_VERBOSE (Results 1 – 8 of 8) sorted by relevance

/system/bt/bta/hd/
Dbta_hd_api.cc171 APPL_TRACE_VERBOSE("%s", __func__); in BTA_HdSendReport()
Dbta_hd_act.cc373 APPL_TRACE_VERBOSE("%s", __func__); in bta_hd_send_report_act()
/system/bt/btif/co/
Dbta_hh_co.cc293 APPL_TRACE_VERBOSE("%s: UHID write %d", __func__, len); in bta_hh_co_write()
584 APPL_TRACE_VERBOSE("%s: dev_handle = %d", __func__, dev_handle); in bta_hh_co_get_rpt_rsp()
/system/bt/bta/av/
Dbta_av_ssm.cc519 APPL_TRACE_VERBOSE( in bta_av_set_scb_sst_init()
Dbta_av_main.cc1212 APPL_TRACE_VERBOSE("%s: AV nsm event=0x%x(%s)", __func__, p_msg->event, in bta_av_hdl_event()
1217 APPL_TRACE_VERBOSE("%s: AV sm event=0x%x(%s)", __func__, p_msg->event, in bta_av_hdl_event()
1222 APPL_TRACE_VERBOSE("%s: bta_handle=0x%x", __func__, p_msg->layer_specific); in bta_av_hdl_event()
Dbta_av_aact.cc424 APPL_TRACE_VERBOSE("%s: bta_handle:0x%x avdt_handle:%d", __func__, in bta_av_proc_stream_evt()
/system/bt/btif/src/
Dbtif_hd.cc541 APPL_TRACE_VERBOSE("%s: type=%d id=%d len=%d", __func__, type, id, len); in send_report()
/system/bt/internal_include/
Dbt_trace.h709 #define APPL_TRACE_VERBOSE(...) \ macro