Searched refs:throwOnError (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyCameraDevice.java | 583 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens)); in getSurfaceSize() 659 return LegacyExceptionUtils.throwOnError(surfaceType); in detectSurfaceType() 667 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDataspace(surface)); in detectSurfaceDataspace() 673 LegacyExceptionUtils.throwOnError(nativeConnectSurface(surface)); in connectSurface() 679 LegacyExceptionUtils.throwOnError(nativeDisconnectSurface(surface)); in disconnectSurface() 690 LegacyExceptionUtils.throwOnError(nativeProduceFrame(surface, pixelBuffer, width, height, in produceFrame() 698 LegacyExceptionUtils.throwOnError(nativeSetSurfaceFormat(surface, pixelFormat)); in setSurfaceFormat() 707 LegacyExceptionUtils.throwOnError(nativeSetSurfaceDimens(surface, width, height)); in setSurfaceDimens() 768 LegacyExceptionUtils.throwOnError(nativeSetSurfaceOrientation(surface, facing, in setSurfaceOrientation() 777 LegacyExceptionUtils.throwOnError(nativeDetectTextureDimens(surfaceTexture, in getTextureSize() [all …]
|
D | LegacyExceptionUtils.java | 69 public static int throwOnError(int errorFlag) throws BufferQueueAbandonedException { in throwOnError() method in LegacyExceptionUtils
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 5699 final WindowState windowForClientLocked(Session session, IWindow client, boolean throwOnError) { in windowForClientLocked() argument 5700 return windowForClientLocked(session, client.asBinder(), throwOnError); in windowForClientLocked() 5703 final WindowState windowForClientLocked(Session session, IBinder client, boolean throwOnError) { in windowForClientLocked() argument 5707 if (throwOnError) { in windowForClientLocked() 5715 if (throwOnError) { in windowForClientLocked()
|