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

  /frameworks/base/libs/ui/
GraphicLog.cpp 25 #include <ui/GraphicLog.h>
29 ANDROID_SINGLETON_STATIC_INSTANCE(GraphicLog)
55 void GraphicLog::logImpl(int32_t tag, int32_t buffer)
66 void GraphicLog::logImpl(int32_t tag, int32_t identity, int32_t buffer)
78 GraphicLog::GraphicLog()
87 void GraphicLog::setEnabled(bool enable)
FramebufferNativeWindow.cpp 32 #include <ui/GraphicLog.h>
214 GraphicLog& logger(GraphicLog::getInstance());
215 logger.log(GraphicLog::SF_FB_DEQUEUE_BEFORE, index);
227 logger.log(GraphicLog::SF_FB_DEQUEUE_AFTER, index);
238 GraphicLog& logger(GraphicLog::getInstance());
239 logger.log(GraphicLog::SF_FB_LOCK_BEFORE, index);
246 logger.log(GraphicLog::SF_FB_LOCK_AFTER, index);
260 GraphicLog& logger(GraphicLog::getInstance())
    [all...]
Android.mk 50 GraphicLog.cpp \
  /frameworks/base/include/ui/
GraphicLog.h 25 class GraphicLog : public Singleton<GraphicLog>
62 GraphicLog();
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 42 #include <ui/GraphicLog.h>
464 GraphicLog& logger(GraphicLog::getInstance());
466 logger.log(GraphicLog::SF_REPAINT, index);
470 logger.log(GraphicLog::SF_COMPOSITION_COMPLETE, index);
473 logger.log(GraphicLog::SF_SWAP_BUFFERS, index);
476 logger.log(GraphicLog::SF_REPAINT_DONE, index);
    [all...]

Completed in 291 milliseconds