Home
last modified time | relevance | path

Searched refs:ADB_TRACING (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dadb.h382 # define ADB_TRACING ((adb_trace_mask & (1 << TRACE_TAG)) != 0) macro
387 if (ADB_TRACING) { \
401 if (ADB_TRACING) { \
414 # define ADB_TRACING 0 macro
Dtransport.c165 if (ADB_TRACING) { in read_packet()
184 if (ADB_TRACING) { in write_packet()