HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_TRACE_DEBUG (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/avrc/
avrc_pars_ct.c 62 AVRC_TRACE_DEBUG("%s ctype:0x%x pdu:0x%x, len:%d/0x%x",
97 AVRC_TRACE_DEBUG("%s PDU reg notif response:event %x, volume %x",
174 AVRC_TRACE_DEBUG("%s ctype:0x%x pdu:0x%x, len:%d",
202 AVRC_TRACE_DEBUG("%s cap id = %d, cap_count = %d ",
229 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->list_app_attr.num_attr);
243 AVRC_TRACE_DEBUG("%s value count = %d ", __func__, p_result->list_app_values.num_val);
260 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->get_cur_app_val.num_val);
281 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->get_app_attr_txt.num_attr);
313 AVRC_TRACE_DEBUG("%s value count = %d ", __func__, p_result->get_app_val_txt.num_attr);
avrc_pars_tg.c 48 AVRC_TRACE_DEBUG("%s pdu:0x%x", __func__, p_result->pdu);
51 AVRC_TRACE_DEBUG("%s detects wrong AV/C type!", __func__);
123 AVRC_TRACE_DEBUG("%s pdu:0x%x", __func__, p_result->pdu);
126 AVRC_TRACE_DEBUG("%s detects wrong AV/C type!", __func__);
373 AVRC_TRACE_DEBUG("%s return status:0x%x", __FUNCTION__, status);
416 AVRC_TRACE_DEBUG("%s return status:0x%x", __func__, status);
avrc_api.c 150 AVRC_TRACE_DEBUG ("avrc_prep_end_frag" );
193 AVRC_TRACE_DEBUG("%s handle = %u label = %u len = %d",
364 AVRC_TRACE_DEBUG ("pkt_type %d", pkt_type );
409 AVRC_TRACE_DEBUG ("Received a CONTINUE/END without no corresponding START \
454 AVRC_TRACE_DEBUG("end frag:%d, total len:%d, offset:%d", p_pkt->len,
568 AVRC_TRACE_DEBUG("avrc_msg_cback handle:%d, ctype:%d, offset:%d, len: %d",
    [all...]
avrc_bld_tg.c 791 AVRC_TRACE_DEBUG("%s pdu:x%x", __func__, *p_start);
  /system/bt/include/
bt_trace.h 323 #define AVRC_TRACE_DEBUG(...) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}

Completed in 121 milliseconds