Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp82 } gWindowContentFrameStatsClassInfo; variable
705 postedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
711 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
717 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
726 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano, in nativeGetContentFrameStats()
777 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetAnimationFrameStats()
1068 gWindowContentFrameStatsClassInfo.init = GetMethodIDOrDie(env, in register_android_view_SurfaceControl()
1070 gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO = undefined_time_nano; in register_android_view_SurfaceControl()