HomeSort by relevance Sort by last modified time
    Searched defs:TRACE_TYPE (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_debug.h 85 #define TRACE_TYPE(t, x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 149 enum TRACE_TYPE { server_trace, client_trace, passthrough_trace };
152 TRACE_TYPE trace_type; local
160 trace_type = TRACE_TYPE::server_trace;
163 trace_type = TRACE_TYPE::client_trace;
166 trace_type = TRACE_TYPE::passthrough_trace;
179 switch (trace_type) {
    [all...]

Completed in 112 milliseconds