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

  /system/core/include/cutils/
trace.h 253 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
254 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) function
292 #define ATRACE_INT(name, value)
  /frameworks/av/services/audioflinger/
FastThread.cpp 325 ATRACE_INT("cycle_ms", monotonicNs / 1000000);
326 ATRACE_INT("load_us", loadNs / 1000);
FastMixer.cpp 374 ATRACE_INT(traceName, framesReady);
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 460 ATRACE_INT("FRAME_VSYNCS", vsyncsForLastFrame);
469 ATRACE_INT("FRAME_FLIP_IN(ms)", (renderTime - now) / 1000000);
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 140 ATRACE_INT("cam2_frame", entry.data.i32[0]);
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 174 ATRACE_INT(mCore->mConsumerName.string(), mCore->mQueue.size());
BufferQueueProducer.cpp 652 ATRACE_INT(mCore->mConsumerName.string(), mCore->mQueue.size());
    [all...]
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 283 ATRACE_INT("ZERO_PHASE_VSYNC", mParity ? 1 : 0);
SurfaceFlinger.cpp 340 //ATRACE_INT(mVsyncOnLabel.string(), 1);
348 //ATRACE_INT(mVsyncOnLabel.string(), 0);
366 ATRACE_INT(mVsyncEventLabel.string(), mValue);
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 301 ATRACE_INT(tag, ++mVSyncCounts[disp] & 1);
538 ATRACE_INT(tag, enabled);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 729 ATRACE_INT("cam2_request", mFrameCount);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 1197 milliseconds