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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.cpp 95 ATRACE_INT(COLLECTION_COUNT_TAG,
120 ATRACE_INT(COLLECTION_COUNT_TAG, 0);
143 ATRACE_INT(COLLECTION_COUNT_TAG, 1);
176 ATRACE_INT(COLLECTION_COUNT_TAG,
  /system/core/include/cutils/
trace.h 248 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
249 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) function
270 #define ATRACE_INT(name, value)
  /frameworks/av/services/camera/libcameraservice/camera2/
ProFrameProcessor.cpp 109 ATRACE_INT("cam2_frame", entry.data.i32[0]);
CaptureSequencer.cpp 203 ATRACE_INT("cam2_capt_state", mCaptureState);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 398 ATRACE_INT(traceName, framesReady);
583 ATRACE_INT("cycle_ms", monotonicNs / 1000000);
584 ATRACE_INT("load_us", loadNs / 1000);
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 584 ATRACE_INT(mConsumerName.string(), mQueue.size());
857 ATRACE_INT(mConsumerName.string(), mQueue.size());
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 893 ATRACE_INT("GPU Frames Outstanding", thread->mQueue.size());
927 ATRACE_INT("GPU Frames Outstanding", mQueue.size());
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.cpp 675 ATRACE_INT("cam2_request", mFrameCount);
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 290 ATRACE_INT("VSYNC", ++mVSyncCount&1);
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]

Completed in 241 milliseconds