OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwOnError
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java
58
public static int
throwOnError
(int errorFlag) throws BufferQueueAbandonedException {
LegacyCameraDevice.java
531
LegacyExceptionUtils.
throwOnError
(nativeDetectSurfaceDimens(surface, /*out*/dimens));
562
return LegacyExceptionUtils.
throwOnError
(nativeDetectSurfaceType(surface));
571
LegacyExceptionUtils.
throwOnError
(nativeConfigureSurface(surface, width, height,
583
LegacyExceptionUtils.
throwOnError
(nativeProduceFrame(surface, pixelBuffer, width, height,
591
LegacyExceptionUtils.
throwOnError
(nativeSetSurfaceFormat(surface, pixelFormat));
600
LegacyExceptionUtils.
throwOnError
(nativeSetSurfaceDimens(surface, width, height));
632
LegacyExceptionUtils.
throwOnError
(nativeSetSurfaceOrientation(surface, facing,
641
LegacyExceptionUtils.
throwOnError
(nativeDetectTextureDimens(surfaceTexture,
650
LegacyExceptionUtils.
throwOnError
(nativeSetNextTimestamp(surface, timestamp));
CameraDeviceUserShim.java
331
CameraBinderDecorator.
throwOnError
(initErrors);
/frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java
73
throwOnError
(returnValue);
103
public static void
throwOnError
(int errorFlag) {
/frameworks/base/core/java/android/hardware/camera2/
CameraManager.java
653
CameraServiceBinderDecorator.
throwOnError
(
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 3571 milliseconds