Searched defs:postedTimesNanoDst (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp593 jlongArray postedTimesNanoDst = env->NewLongArray(frameCount); local
594 if (postedTimesNanoDst == NULL) {
632 env->SetLongArrayRegion(postedTimesNanoDst, 0, frameCount, postedTimesNanoSrc);
637 postedTimesNanoDst, presentedTimesNanoDst, readyTimesNanoDst);

Completed in 31 milliseconds