Home
last modified time | relevance | path

Searched refs:ERROR_DISCONNECTED (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java430 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequest()
451 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequestList()
472 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in cancelRequest()
529 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in beginConfigure()
553 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in endConfigure()
588 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in deleteStream()
615 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createStream()
664 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createDefaultRequest()
703 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in waitUntilIdle()
724 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in flush()
[all …]
DLegacyExceptionUtils.java104 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError()
119 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCameraManager.java55 public static final int ERROR_DISCONNECTED = 0; // Does not clash with ERROR_... field in BlockingCameraManager.BlockingOpenException
60 return mError == ERROR_DISCONNECTED; in wasDisconnected()
64 return mError != ERROR_DISCONNECTED; in wasError()
316 BlockingOpenException.ERROR_DISCONNECTED, in blockUntilOpen()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp201 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in submitRequestList()
436 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in cancelRequest()
482 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in endConfigure()
622 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in isSessionConfigurationSupported()
802 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in deleteStream()
909 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createStream()
1026 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createDeferredSurfaceStreamLocked()
1082 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in setStreamTransformLocked()
1117 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createInputStream()
1160 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in getInputSurface()
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java386 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
411 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
419 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
431 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
801 case ICameraService.ERROR_DISCONNECTED: in throwAsPublicException()
1113 case ICameraService.ERROR_DISCONNECTED: in handleRecoverableSetupErrors()
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl44 const int ERROR_DISCONNECTED = 4; field
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp152 hardware::ICameraService::ERROR_DISCONNECTED) { in getCameraServiceLocked()
497 case hardware::ICameraService::ERROR_DISCONNECTED: in getCameraCharacteristics()
550 case hardware::ICameraService::ERROR_DISCONNECTED: in openCamera()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp861 return hardware::ICameraService::ERROR_DISCONNECTED; in CameraMetadata_setupGlobalVendorTagDescriptor()
867 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor()
882 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp481 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraInfo()
527 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraCharacteristics()
534 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in getCameraCharacteristics()
593 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem not available"); in getCameraVendorTagDescriptor()
607 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraVendorTagCache()
648 return STATUS_ERROR(ERROR_DISCONNECTED, in filterGetInfoErrorCode()
936 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
943 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
952 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
1414 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in connectHelper()
[all …]
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp214 case hardware::ICameraService::ERROR_DISCONNECTED: in B2HStatus()
/frameworks/av/camera/
DCamera.cpp102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java331 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23585 Landroid/hardware/ICameraService;->ERROR_DISCONNECTED:I