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

  /frameworks/native/include/utils/
Trace.h 34 // ATRACE_NAME traces the beginning and end of the current scope. To trace
37 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
38 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
39 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
  /frameworks/base/libs/hwui/thread/
Task.h 43 ATRACE_NAME("waitForTask");
  /frameworks/native/opengl/libs/EGL/
trace.cpp 391 ATRACE_NAME(#_api); \
398 ATRACE_NAME(#_api); \
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 536 ATRACE_NAME("flush drawing commands");
PathCache.cpp 325 ATRACE_NAME("pathPrecache");
  /frameworks/base/libs/hwui/font/
Font.cpp 347 ATRACE_NAME("precacheText");
  /frameworks/av/services/audioflinger/
FastMixer.cpp 503 ATRACE_NAME("underrun");
    [all...]
Threads.cpp     [all...]

Completed in 129 milliseconds