Searched defs:nativeImageSetup (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DImageReader.java59 * Returned by nativeImageSetup when acquiring the image was successful.
63 * Returned by nativeImageSetup when we couldn't acquire the buffer,
68 * Returned by nativeImageSetup when we couldn't acquire the buffer
336 status = nativeImageSetup(si);
346 throw new AssertionError("Unknown nativeImageSetup return code " + status);
403 throw new AssertionError("Unknown nativeImageSetup return code " + status);
853 * This field is set by native code during nativeImageSetup().
883 private synchronized native int nativeImageSetup(Image i); method in class:ImageReader

Completed in 68 milliseconds