Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java585 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens)); in getSurfaceSize()
652 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceType(surface)); in detectSurfaceType()
660 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDataspace(surface)); in detectSurfaceDataspace()
666 LegacyExceptionUtils.throwOnError(nativeConnectSurface(surface)); in connectSurface()
672 LegacyExceptionUtils.throwOnError(nativeDisconnectSurface(surface)); in disconnectSurface()
683 LegacyExceptionUtils.throwOnError(nativeProduceFrame(surface, pixelBuffer, width, height, in produceFrame()
691 LegacyExceptionUtils.throwOnError(nativeSetSurfaceFormat(surface, pixelFormat)); in setSurfaceFormat()
700 LegacyExceptionUtils.throwOnError(nativeSetSurfaceDimens(surface, width, height)); in setSurfaceDimens()
761 LegacyExceptionUtils.throwOnError(nativeSetSurfaceOrientation(surface, facing, in setSurfaceOrientation()
770 LegacyExceptionUtils.throwOnError(nativeDetectTextureDimens(surfaceTexture, in getTextureSize()
[all …]
DLegacyExceptionUtils.java69 public static int throwOnError(int errorFlag) throws BufferQueueAbandonedException { in throwOnError() method in LegacyExceptionUtils
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9090 boolean throwOnError) { in windowForClientLocked() argument
9091 return windowForClientLocked(session, client.asBinder(), throwOnError); in windowForClientLocked()
9095 boolean throwOnError) { in windowForClientLocked() argument
9102 if (throwOnError) { in windowForClientLocked()
9112 if (throwOnError) { in windowForClientLocked()