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

  /hardware/qcom/camera/QCamera2/util/
QCameraTrace.h 36 #undef ATRACE_END
62 atrace_end(ATRACE_TAG); \
88 atrace_end(ATRACE_TAG); \
100 #define ATRACE_END ATRACE_END_DBG
120 atrace_end(mTag);
139 atrace_end(mTag);
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraTrace.h 36 #undef ATRACE_END
62 atrace_end(ATRACE_TAG); \
88 atrace_end(ATRACE_TAG); \
100 #define ATRACE_END ATRACE_END_DBG
120 atrace_end(mTag);
139 atrace_end(mTag);
  /system/core/include/cutils/
trace.h 188 #define ATRACE_END() atrace_end(ATRACE_TAG)
189 static inline void atrace_end(uint64_t tag) function
198 * Trace the beginning of an asynchronous event. Unlike ATRACE_BEGIN/ATRACE_END

Completed in 935 milliseconds