Searched refs:frameReadyTimesNano (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/ui/
H A DFrameStats.cpp52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize);
78 frameReadyTimesNano.resize(frameCount);
79 memcpy(frameReadyTimesNano.editArray(), timestamps, frameCount * timestampSize);
/frameworks/native/include/ui/
H A DFrameStats.h52 Vector<nsecs_t> frameReadyTimesNano; member in class:android::FrameStats
/frameworks/native/services/surfaceflinger/
H A DFrameTracker.cpp141 outStats->frameReadyTimesNano.push_back(frameReadyTimeNano);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp500 nsecs_t readyTimeNano = stats.frameReadyTimesNano[i];

Completed in 114 milliseconds