Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
1520 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local1521 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()1555 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()1559 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()1599 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local1600 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()1614 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()1617 presentedTimesNanoDst); in nativeGetAnimationFrameStats()