Searched defs:OutOfResourcesException (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp36 static const char* const OutOfResourcesException = member in namespace:android
37 "android/graphics/SurfaceTexture$OutOfResourcesException";
184 jniThrowException(env, OutOfResourcesException,
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java83 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
84 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
86 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
/frameworks/base/core/java/android/view/
H A DSurface.java82 public Canvas lockCanvas(Rect dirty) throws OutOfResourcesException, IllegalArgumentException {
115 public static class OutOfResourcesException extends Exception { class in class:Surface
116 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
118 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
258 throws OutOfResourcesException {
271 throws OutOfResourcesException {
296 private Surface(Parcel source) throws OutOfResourcesException {
555 throws OutOfResourcesException;
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp59 static const char* const OutOfResourcesException = member in namespace:android
60 "android/view/Surface$OutOfResourcesException";
245 jniThrowException(env, OutOfResourcesException, NULL);
265 jniThrowException(env, OutOfResourcesException, NULL);
375 OutOfResourcesException :

Completed in 1409 milliseconds