Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
1005 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local1006 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()1040 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()1044 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()1084 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local1085 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()1099 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()1102 presentedTimesNanoDst); in nativeGetAnimationFrameStats()