Searched defs:presentedTimeNano (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp522 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i]; local
523 if (presentedTimeNano == INT64_MAX) {
524 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
526 presentedTimesNanoSrc[i] = presentedTimeNano;
588 nsecs_t presentedTimeNano = stats.actualPresentTimesNano[i]; local
589 if (presentedTimeNano == INT64_MAX) {
590 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
592 presentedTimesNanoSrc[i] = presentedTimeNano;

Completed in 142 milliseconds