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

1 2 3 4

  /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 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)
77 #ifndef ATRACE_TAG
78 #define ATRACE_TAG ATRACE_TAG_NEVER
79 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
80 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
127 * Set of ATRACE_TAG flags to trace for, initialized to ATRACE_TAG_NOT_READY
    [all...]
  /hardware/libhardware/modules/camera/
ScopedTrace.h 28 #define CAMTRACE_NAME(name) ScopedTrace ___tracer(ATRACE_TAG, name)
CameraHAL.cpp 26 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
Stream.cpp 26 #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
  /frameworks/base/libs/hwui/thread/
Task.h 20 #define ATRACE_TAG ATRACE_TAG_VIEW
  /system/core/include/utils/
Trace.h 39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 17 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /art/runtime/gc/collector/
garbage_collector.cc 17 #define ATRACE_TAG ATRACE_TAG_DALVIK
  /frameworks/native/libs/gui/
BufferItemConsumer.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
ConsumerBase.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
CpuConsumer.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
Fence.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
GraphicBufferAllocator.cpp 19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /art/runtime/base/
mutex-inl.h 22 #define ATRACE_TAG ATRACE_TAG_DALVIK
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
Camera2ClientBase.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
Camera3InputStream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
StatusTracker.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
Camera3ZslStream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/base/libs/hwui/
Program.cpp 18 #define ATRACE_TAG ATRACE_TAG_VIEW
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA

Completed in 400 milliseconds

1 2 3 4