Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
987 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local988 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()1022 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()1026 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()1066 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local1067 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()1081 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()1084 presentedTimesNanoDst); in nativeGetAnimationFrameStats()