HomeSort by relevance Sort by last modified time
    Searched refs:ATRACE_TAG (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /cts/suite/cts/deviceTests/opengl/jni/
Trace.h 20 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
22 #define SCOPED_TRACE() android::ScopedTrace st(ATRACE_TAG, __func__)
  /system/core/include/cutils/
trace.h 38 * The ATRACE_TAG macro can be defined before including this header to trace
43 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
46 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
51 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
81 #ifndef ATRACE_TAG
82 #define ATRACE_TAG ATRACE_TAG_NEVER
83 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
84 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
131 * Set of ATRACE_TAG flags to trace for, initialized to ATRACE_TAG_NOT_READY
    [all...]
  /system/core/include/utils/
Trace.h 39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
Camera3IOStreamBase.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
StatusTracker.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/native/libs/gui/
BufferQueue.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
BufferItemConsumer.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /frameworks/base/libs/hwui/
DisplayList.cpp 17 #define ATRACE_TAG ATRACE_TAG_VIEW
Android.mk 104 # Defaults for ATRACE_TAG and LOG_TAG for libhwui
Program.cpp 18 #define ATRACE_TAG ATRACE_TAG_VIEW
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 17 #define ATRACE_TAG ATRACE_TAG_VIEW
  /frameworks/native/include/gui/
BufferQueueCore.h 43 android::ScopedTrace ___bufTracer(ATRACE_TAG, ___traceBuf); \
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /hardware/libhardware/modules/camera/
VendorTags.cpp 24 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
CameraHAL.cpp 27 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
ExampleCamera.cpp 24 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
Metadata.cpp 23 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
Stream.cpp 27 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
  /frameworks/native/libs/ui/
Fence.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
GraphicBufferAllocator.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
GraphicBufferMapper.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /art/runtime/base/
mutex-inl.h 24 #define ATRACE_TAG ATRACE_TAG_DALVIK
timing_logger.cc 18 #define ATRACE_TAG ATRACE_TAG_DALVIK

Completed in 349 milliseconds

1 2 3 4 5