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

  /frameworks/native/include/utils/
Trace.h 70 // ATRACE_NAME traces the beginning and end of the current function. To trace
73 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
  /frameworks/native/opengl/libs/EGL/
trace.cpp 392 ATRACE_NAME(#_api); \
399 ATRACE_NAME(#_api); \

Completed in 47 milliseconds