Searched refs:OutOfResourcesException (Results 1 - 13 of 13) sorted by relevance

/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.java233 throws OutOfResourcesException;
235 throws OutOfResourcesException;
316 throws OutOfResourcesException {
363 } catch (OutOfResourcesException ex) {
364 // We can't throw OutOfResourcesException because it would be an API change.
451 throws OutOfResourcesException, IllegalArgumentException {
758 public static class OutOfResourcesException extends Exception { class in class:Surface
759 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
762 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
H A DHardwareRenderer.java228 abstract boolean initialize(Surface surface) throws Surface.OutOfResourcesException;
235 abstract void updateSurface(Surface surface) throws Surface.OutOfResourcesException;
515 throws Surface.OutOfResourcesException {
784 boolean initialize(Surface surface) throws Surface.OutOfResourcesException {
813 void updateSurface(Surface surface) throws Surface.OutOfResourcesException {
941 GL createEglSurface(Surface surface) throws Surface.OutOfResourcesException {
H A DViewRootImpl.java1504 } catch (Surface.OutOfResourcesException e) {
1505 Log.e(TAG, "OutOfResourcesException initializing HW surface", e);
1538 } catch (Surface.OutOfResourcesException e) {
1539 Log.e(TAG, "OutOfResourcesException updating HW surface", e);
2223 } catch (Surface.OutOfResourcesException e) {
2224 Log.e(TAG, "OutOfResourcesException locking surface", e);
2902 } catch (Surface.OutOfResourcesException e) {
2903 Log.e(TAG, "OutOfResourcesException locking surface", e);
/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java42 } catch (Surface.OutOfResourcesException e) {
66 } catch (Surface.OutOfResourcesException e) {
H A DWatermark.java32 import android.view.Surface.OutOfResourcesException;
122 } catch (OutOfResourcesException e) {
146 } catch (OutOfResourcesException e) {
H A DBlackFrame.java39 throws Surface.OutOfResourcesException {
107 int layer, final int layerStack) throws Surface.OutOfResourcesException {
H A DScreenRotationAnimation.java239 } catch (Surface.OutOfResourcesException e) {
517 } catch (Surface.OutOfResourcesException e) {
547 } catch (Surface.OutOfResourcesException e) {
569 } catch (Surface.OutOfResourcesException e) {
H A DWindowStateAnimator.java493 throws OutOfResourcesException {
697 } catch (Surface.OutOfResourcesException e) {
699 Slog.w(TAG, "OutOfResourcesException creating surface");
H A DWindowManagerService.java7117 } catch (Surface.OutOfResourcesException e) {
8797 } catch (Surface.OutOfResourcesException e) {
/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/core/jni/
H A Dandroid_view_Surface.cpp60 static const char* const OutOfResourcesException = member in namespace:android
61 "android/view/Surface$OutOfResourcesException";
283 jniThrowException(env, OutOfResourcesException, NULL);
303 jniThrowException(env, OutOfResourcesException, NULL);
402 OutOfResourcesException :
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java541 } catch (Surface.OutOfResourcesException ex) {

Completed in 209 milliseconds