Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp85 } gWindowContentFrameStatsClassInfo; variable
1004 postedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1010 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1016 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1025 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano, in nativeGetContentFrameStats()
1076 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetAnimationFrameStats()
1425 gWindowContentFrameStatsClassInfo.init = GetMethodIDOrDie(env, in register_android_view_SurfaceControl()
1427 gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO = undefined_time_nano; in register_android_view_SurfaceControl()