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

  /frameworks/native/opengl/libs/EGL/
egl_trace.h 27 // ATRACE_NAME traces from its location until the end of its enclosing scope.
30 #define ATRACE_NAME(name) android::EglScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
32 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
33 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
55 #define ATRACE_NAME(...)
  /system/core/libutils/include/utils/
Trace.h 28 // ATRACE_NAME traces from its location until the end of its enclosing scope.
31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
33 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
34 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
56 #define ATRACE_NAME(...)
  /device/google/marlin/camera/QCamera2/util/
QCameraTrace.h 33 #undef ATRACE_NAME
115 #define ATRACE_NAME(name) qcamera::ScopedTraceDbg ___tracer(ATRACE_TAG, name)
117 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraTrace.h 34 #undef ATRACE_NAME
250 #define ATRACE_NAME(name) qcamera::ScopedTraceDbg ___tracer(ATRACE_TAG, name)
252 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
  /frameworks/rs/
rsContext.h 30 #define ATRACE_NAME(...)

Completed in 97 milliseconds