OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ADB_TRACING
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
adb_trace.h
67
# define
ADB_TRACING
((adb_trace_mask & (1 << TRACE_TAG)) != 0)
73
if (
ADB_TRACING
) { \
87
if (
ADB_TRACING
) { \
112
if (
ADB_TRACING
) { \
121
if (
ADB_TRACING
) { \
140
# define
ADB_TRACING
0
/bootable/recovery/minadbd/
adb.h
317
# define
ADB_TRACING
((adb_trace_mask & (1 << TRACE_TAG)) != 0)
322
if (
ADB_TRACING
) { \
336
if (
ADB_TRACING
) { \
349
# define
ADB_TRACING
0
Completed in 758 milliseconds