Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp159 } gWindowContentFrameStatsClassInfo; variable
1412 postedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1418 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1424 readyTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetContentFrameStats()
1433 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano, in nativeGetContentFrameStats()
1484 presentedTimeNano = gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO; in nativeGetAnimationFrameStats()
2066 gWindowContentFrameStatsClassInfo.init = GetMethodIDOrDie(env, in register_android_view_SurfaceControl()
2068 gWindowContentFrameStatsClassInfo.UNDEFINED_TIME_NANO = undefined_time_nano; in register_android_view_SurfaceControl()