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

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp84 } gWindowContentFrameStatsClassInfo; member in namespace:android
490 postedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
496 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
502 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
511 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano,
562 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO;
680 gWindowContentFrameStatsClassInfo.init = env->GetMethodID(contFrameStatsClazz, "init", "(J[J[J[J)V");
681 gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO = undefined_time_nano;

Completed in 32 milliseconds