HomeSort by relevance Sort by last modified time
    Searched defs:ATRACE_TAG (Results 26 - 50 of 54) sorted by null

12 3

  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
StreamingProcessor.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
ZslProcessor.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
ZslProcessor3.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3Stream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
Camera3ZslStream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/base/libs/hwui/
PathCache.cpp 18 #define ATRACE_TAG ATRACE_TAG_VIEW
DeferredDisplayList.cpp 18 #define ATRACE_TAG ATRACE_TAG_VIEW
PathTessellator.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 18 #define ATRACE_TAG ATRACE_TAG_VIEW
  /hardware/qcom/display/libhwcomposer/
hwc.cpp 20 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
  /system/core/include/cutils/
trace.h 36 * The ATRACE_TAG macro can be defined before including this header to trace
41 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
44 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
49 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
76 #ifndef ATRACE_TAG
77 #define ATRACE_TAG ATRACE_TAG_NEVER
78 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
79 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
126 * Set of ATRACE_TAG flags to trace for, initialized to ATRACE_TAG_NOT_READY
    [all...]
  /dalvik/vm/
Thread.cpp 17 #define ATRACE_TAG ATRACE_TAG_DALVIK
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 17 #define ATRACE_TAG ATRACE_TAG_ALWAYS
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
    [all...]
Camera2Device.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
    [all...]
Camera3Device.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
46 android::ScopedTrace ___bufTracer(ATRACE_TAG, ___traceBuf); \
    [all...]
GLConsumer.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
Surface.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /frameworks/base/libs/androidfw/
AssetManager.cpp 22 #define ATRACE_TAG ATRACE_TAG_RESOURCES
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
888 ScopedTrace st(ATRACE_TAG, String8::format("kicked off frame %d",
913 ScopedTrace st(ATRACE_TAG, String8::format("waiting for frame %d",
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 21 #define ATRACE_TAG ATRACE_TAG_VIDEO
    [all...]

Completed in 251 milliseconds

12 3