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

  /frameworks/native/include/ui/
FrameStats.h 52 Vector<nsecs_t> frameReadyTimesNano;
  /frameworks/native/libs/ui/
FrameStats.cpp 52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize);
78 frameReadyTimesNano.resize(frameCount);
79 memcpy(frameReadyTimesNano.editArray(), timestamps, frameCount * timestampSize);
  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 141 outStats->frameReadyTimesNano.push_back(frameReadyTimeNano);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 500 nsecs_t readyTimeNano = stats.frameReadyTimesNano[i];

Completed in 87 milliseconds