Home
last modified time | relevance | path

Searched refs:BTIF_TRACE_VERBOSE (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc167 BTIF_TRACE_VERBOSE("btif_context_switched"); in btif_context_switched()
198 BTIF_TRACE_VERBOSE("btif_transfer_context event %d, len %d", event, in btif_transfer_context()
288 BTIF_TRACE_VERBOSE("btif task fetched event %x", p_msg->event); in bt_jni_msg_ready()
Dbtif_a2dp_sink.cc620 BTIF_TRACE_VERBOSE("%s +", __func__); in btif_a2dp_sink_enqueue_buf()
/system/bt/udrv/ulinux/
Duipc.cc349 BTIF_TRACE_VERBOSE("%s(): poll() timeout - nothing to do. Exiting", in uipc_flush_ch_locked()
359 BTIF_TRACE_VERBOSE("%s() - polling fd %d, revents: 0x%x, ret %d", __func__, in uipc_flush_ch_locked()
/system/bt/internal_include/
Dbt_trace.h620 #define BTIF_TRACE_VERBOSE(...) \ macro