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

  /device/google/marlin/camera/QCamera2/util/
QCameraTrace.h 34 #undef ATRACE_BEGIN
56 atrace_begin(ATRACE_TAG, name); \
89 ATRACE_BEGIN(trace_tag); \
94 atrace_begin(ATRACE_TAG, name); \
110 #define ATRACE_BEGIN ATRACE_BEGIN_DBG
126 atrace_begin(mTag,name);
145 atrace_begin(mTag,name);
  /system/core/libcutils/include/cutils/
trace.h 176 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
177 static inline void atrace_begin(uint64_t tag, const char* name) function
187 * This should match up (and occur after) a corresponding ATRACE_BEGIN.
199 * Trace the beginning of an asynchronous event. Unlike ATRACE_BEGIN/ATRACE_END
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 100 private static final Pattern ATRACE_BEGIN = Pattern
471 if ((match = matches(ATRACE_BEGIN, function)) != null) {

Completed in 817 milliseconds