Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
688 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local689 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()723 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()727 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()767 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local768 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()782 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()785 presentedTimesNanoDst); in nativeGetAnimationFrameStats()