Home
last modified time | relevance | path

Searched refs:throwOnError (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java531 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()
DLegacyExceptionUtils.java58 public static int throwOnError(int errorFlag) throws BufferQueueAbandonedException { in throwOnError() method in LegacyExceptionUtils
DCameraDeviceUserShim.java331 CameraBinderDecorator.throwOnError(initErrors); in connectBinderShim()
/frameworks/base/core/java/android/hardware/camera2/utils/
DCameraBinderDecorator.java73 throwOnError(returnValue); in onAfterInvocation()
103 public static void throwOnError(int errorFlag) { in throwOnError() method in CameraBinderDecorator
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java653 CameraServiceBinderDecorator.throwOnError( in connectCameraServiceLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java8529 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()