Searched refs:throwOnError (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyCameraDevice.java | 531 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens)); in getSurfaceSize() 562 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceType(surface)); in detectSurfaceType() 571 LegacyExceptionUtils.throwOnError(nativeConfigureSurface(surface, width, height, in configureSurface() 583 LegacyExceptionUtils.throwOnError(nativeProduceFrame(surface, pixelBuffer, width, height, in produceFrame() 591 LegacyExceptionUtils.throwOnError(nativeSetSurfaceFormat(surface, pixelFormat)); in setSurfaceFormat() 600 LegacyExceptionUtils.throwOnError(nativeSetSurfaceDimens(surface, width, height)); in setSurfaceDimens() 632 LegacyExceptionUtils.throwOnError(nativeSetSurfaceOrientation(surface, facing, in setSurfaceOrientation() 641 LegacyExceptionUtils.throwOnError(nativeDetectTextureDimens(surfaceTexture, in getTextureSize() 650 LegacyExceptionUtils.throwOnError(nativeSetNextTimestamp(surface, timestamp)); in setNextTimestamp()
|
D | LegacyExceptionUtils.java | 58 public static int throwOnError(int errorFlag) throws BufferQueueAbandonedException { in throwOnError() method in LegacyExceptionUtils
|
D | CameraDeviceUserShim.java | 331 CameraBinderDecorator.throwOnError(initErrors); in connectBinderShim()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | CameraBinderDecorator.java | 73 throwOnError(returnValue); in onAfterInvocation() 103 public static void throwOnError(int errorFlag) { in throwOnError() method in CameraBinderDecorator
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraManager.java | 653 CameraServiceBinderDecorator.throwOnError( in connectCameraServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 8529 boolean throwOnError) { in windowForClientLocked() argument 8530 return windowForClientLocked(session, client.asBinder(), throwOnError); in windowForClientLocked() 8534 boolean throwOnError) { in windowForClientLocked() argument 8541 if (throwOnError) { in windowForClientLocked() 8551 if (throwOnError) { in windowForClientLocked()
|