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

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
logging.h 34 #define ATRACE_NAME(name) ScopedTrace PASTE(___tracer, __LINE__) (name)
35 #define ATRACE_CALL() ATRACE_NAME(__func__)
  /external/skia/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 36 /*#define ATRACE_NAME(name) ScopedTrace ___tracer(name)
38 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
39 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
55 #define ATRACE_NAME(name)
157 ATRACE_NAME("SkottieDrawFrame");
  /external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 36 /*#define ATRACE_NAME(name) ScopedTrace ___tracer(name)
38 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
39 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
55 #define ATRACE_NAME(name)
157 ATRACE_NAME("SkottieDrawFrame");
  /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__)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 88 public static void ATRACE_NAME(String s) {

Completed in 523 milliseconds