Searched defs:presentedTimeNano (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp619 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i]; local
620 if (presentedTimeNano == INT64_MAX) {
621 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
623 presentedTimesNanoSrc[i] = presentedTimeNano;
685 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i]; local
686 if (presentedTimeNano == INT64_MAX) {
687 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
689 presentedTimesNanoSrc[i] = presentedTimeNano;

Completed in 23 milliseconds