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

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp500 nsecs_t readyTimeNano = stats.frameReadyTimesNano[i]; local
501 if (readyTimeNano == INT64_MAX) {
502 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
504 readyTimesNanoSrc[i] = readyTimeNano;

Completed in 27 milliseconds