Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp161 } gWindowContentFrameStatsClassInfo; variable
1438 postedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1444 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1450 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1459 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano, in nativeGetContentFrameStats()
1510 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetAnimationFrameStats()
2102 gWindowContentFrameStatsClassInfo.init = GetMethodIDOrDie(env, in register_android_view_SurfaceControl()
2104 gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO = undefined_time_nano; in register_android_view_SurfaceControl()