Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
1421 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local1422 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()1456 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()1460 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()1500 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local1501 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()1515 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()1518 presentedTimesNanoDst); in nativeGetAnimationFrameStats()