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.java640 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens)); in getSurfaceSize()
716 return LegacyExceptionUtils.throwOnError(surfaceType); in detectSurfaceType()
724 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDataspace(surface)); in detectSurfaceDataspace()
730 LegacyExceptionUtils.throwOnError(nativeConnectSurface(surface)); in connectSurface()
736 LegacyExceptionUtils.throwOnError(nativeDisconnectSurface(surface)); in disconnectSurface()
747 LegacyExceptionUtils.throwOnError(nativeProduceFrame(surface, pixelBuffer, width, height, in produceFrame()
755 LegacyExceptionUtils.throwOnError(nativeSetSurfaceFormat(surface, pixelFormat)); in setSurfaceFormat()
764 LegacyExceptionUtils.throwOnError(nativeSetSurfaceDimens(surface, width, height)); in setSurfaceDimens()
825 LegacyExceptionUtils.throwOnError(nativeSetSurfaceOrientation(surface, facing, in setSurfaceOrientation()
834 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/broadcastradio/hal2/
DTunerSession.java141 Convert.throwOnError("step", halResult); in step()
150 Convert.throwOnError("step", halResult); in scan()
159 Convert.throwOnError("tune", halResult); in tune()
285 Convert.throwOnError("isConfigFlagSet", halResult.value); in isConfigFlagSet()
297 Convert.throwOnError("setConfigFlag", halResult); in setConfigFlag()
DRadioModule.java176 Convert.throwOnError("openSession", result); in openSession()
295 Convert.throwOnError("startProgramListUpdates", halResult); in onTunerSessionProgramListFilterChangedLocked()
386 Convert.throwOnError("addAnnouncementListener", halResult.value); in addAnnouncementListener()
DConvert.java57 static void throwOnError(String action, int result) { in throwOnError() method in Convert
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5424 final WindowState windowForClientLocked(Session session, IWindow client, boolean throwOnError) { in windowForClientLocked() argument
5425 return windowForClientLocked(session, client.asBinder(), throwOnError); in windowForClientLocked()
5428 final WindowState windowForClientLocked(Session session, IBinder client, boolean throwOnError) { in windowForClientLocked() argument
5432 if (throwOnError) { in windowForClientLocked()
5441 if (throwOnError) { in windowForClientLocked()