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

1 2 3 4 5 6 7 8

  /cts/tests/openglperf2/jni/
Trace.h 20 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
22 #define SCOPED_TRACE() android::ScopedTrace st(ATRACE_TAG, __func__)
  /hardware/interfaces/audio/effect/2.0/default/
Effect.cpp 20 #define ATRACE_TAG ATRACE_TAG_AUDIO
  /hardware/interfaces/audio/effect/4.0/default/
Effect.cpp 20 #define ATRACE_TAG ATRACE_TAG_AUDIO
  /system/core/libcutils/include/cutils/
trace.h 34 * The ATRACE_TAG macro can be defined before including this header to trace
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
42 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
47 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
84 #ifndef ATRACE_TAG
85 #define ATRACE_TAG ATRACE_TAG_NEVER
86 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
87 #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...]
  /device/google/marlin/camera/QCamera2/util/
QCameraTrace.h 41 #undef ATRACE_TAG
51 #define ATRACE_TAG ATRACE_TAG_CAMERA
56 atrace_begin(ATRACE_TAG, name); \
62 atrace_end(ATRACE_TAG); \
80 atrace_int(ATRACE_TAG, name, val); \
94 atrace_begin(ATRACE_TAG, name); \
100 atrace_end(ATRACE_TAG); \
106 atrace_int(ATRACE_TAG, name, val); \
114 #define KPI_ATRACE_NAME(name) qcamera::ScopedTraceKpi ___tracer(ATRACE_TAG, name)
115 #define ATRACE_NAME(name) qcamera::ScopedTraceDbg ___tracer(ATRACE_TAG, name
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraTrace.h 42 #undef ATRACE_TAG
52 #define ATRACE_TAG ATRACE_TAG_ALWAYS
57 atrace_begin(ATRACE_TAG, name); \
63 atrace_end(ATRACE_TAG); \
69 atrace_int(ATRACE_TAG, name, val); \
83 atrace_begin(ATRACE_TAG, name); \
89 atrace_end(ATRACE_TAG); \
95 atrace_int(ATRACE_TAG, name, val); \
249 #define KPI_ATRACE_NAME(name) qcamera::ScopedTraceKpi ___tracer(ATRACE_TAG, name)
250 #define ATRACE_NAME(name) qcamera::ScopedTraceDbg ___tracer(ATRACE_TAG, name
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_trace.h 30 #define ATRACE_NAME(name) android::EglScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
  /system/core/adb/
adb_trace.h 64 #define ATRACE_TAG ATRACE_TAG_ADB
  /system/core/libutils/include/utils/
Trace.h 31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
  /frameworks/native/libs/vr/libpdx/private/pdx/
trace.h 71 ATRACE_TAG, format, ##__VA_ARGS__ \
79 ATRACE_TAG, PDX_LIB_TRACE_ENABLED, name \
  /art/libartbase/base/
systrace.h 20 #define ATRACE_TAG ATRACE_TAG_DALVIK
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_debugger.cpp 153 if (atrace_is_tag_enabled(ATRACE_TAG)) {
156 atrace_begin(ATRACE_TAG, name);
161 atrace_end(ATRACE_TAG);
hwc_debugger.h 33 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
  /frameworks/av/camera/ndk/
NdkCameraMetadata.cpp 19 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA
  /frameworks/native/services/surfaceflinger/
SurfaceTracing.cpp 18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_debugger.h 33 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
hwc_debugger.cpp 190 atrace_begin(ATRACE_TAG, name);
194 atrace_end(ATRACE_TAG);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_debugger.h 33 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
hwc_debugger.cpp 155 atrace_begin(ATRACE_TAG, name);
159 atrace_end(ATRACE_TAG);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 33 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
hwc_debugger.cpp 151 atrace_begin(ATRACE_TAG, name);
155 atrace_end(ATRACE_TAG);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 18 #define ATRACE_TAG ATRACE_TAG_CAMERA

Completed in 451 milliseconds

1 2 3 4 5 6 7 8