Searched refs:presentedTimesNanoDst (Results 1 – 1 of 1) sorted by relevance
598 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetContentFrameStats() local599 if (presentedTimesNanoDst == NULL) { in nativeGetContentFrameStats()633 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetContentFrameStats()637 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst); in nativeGetContentFrameStats()677 jlongArray presentedTimesNanoDst = env->NewLongArray(frameCount); in nativeGetAnimationFrameStats() local678 if (presentedTimesNanoDst == NULL) { in nativeGetAnimationFrameStats()692 env->SetLongArrayRegion(presentedTimesNanoDst, 0, frameCount, presentedTimesNanoSrc); in nativeGetAnimationFrameStats()695 presentedTimesNanoDst); in nativeGetAnimationFrameStats()