Searched defs:ATRACE_TAG (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
H A DGraphicBufferAllocator.cpp19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
/frameworks/native/include/utils/
H A DTrace.h31 // The ATRACE_TAG macro can be defined before including this header to trace
36 // Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
39 // ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
58 #ifndef ATRACE_TAG
59 #define ATRACE_TAG ATRACE_TAG_NEVER macro
60 #elif ATRACE_TAG > ATRACE_TAG_LAST
61 #error ATRACE_TAG must be defined to be one of the tags defined in utils/Trace.h
67 #define ATRACE_CALL() android::ScopedTrace ___tracer(ATRACE_TAG, __FUNCTION__)
71 #define ATRACE_INT(name, value) android::Tracer::traceCounter(ATRACE_TAG, nam
[all...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
H A DLayer.cpp17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
H A DSurfaceFlinger.cpp17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
2406 ScopedTrace _t(ATRACE_TAG, "glReadPixels");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
/frameworks/native/libs/gui/
H A DBufferQueue.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
64 android::ScopedTrace ___bufTracer(ATRACE_TAG, ___traceBuf); \
H A DSurfaceTexture.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
H A DSurfaceTextureClient.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
736 ScopedTrace st(ATRACE_TAG, String8::format("kicked off frame %d",
761 ScopedTrace st(ATRACE_TAG, String8::format("waiting for frame %d",
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp21 #define ATRACE_TAG ATRACE_TAG_VIDEO macro
/frameworks/base/services/input/
H A DInputDispatcher.cpp18 #define ATRACE_TAG ATRACE_TAG_INPUT macro

Completed in 1742 milliseconds