HomeSort by relevance Sort by last modified time
    Searched defs:nativeImageSetup (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
ImageReader.java 54 * Returned by nativeImageSetup when acquiring the image was successful.
58 * Returned by nativeImageSetup when we couldn't acquire the buffer,
63 * Returned by nativeImageSetup when we couldn't acquire the buffer
298 int status = nativeImageSetup(si);
308 throw new AssertionError("Unknown nativeImageSetup return code " + status);
357 throw new AssertionError("Unknown nativeImageSetup return code " + status);
726 * This field is set by native code during nativeImageSetup().
754 private synchronized native int nativeImageSetup(Image i);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 40 milliseconds