Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java427 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequest()
448 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequestList()
469 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in cancelRequest()
490 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in beginConfigure()
514 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in endConfigure()
549 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in deleteStream()
576 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createStream()
625 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createDefaultRequest()
664 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in waitUntilIdle()
685 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()
314 BlockingOpenException.ERROR_DISCONNECTED, in blockUntilOpen()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp188 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in submitRequestList()
423 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in cancelRequest()
469 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in endConfigure()
529 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in deleteStream()
624 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createStream()
728 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createDeferredSurfaceStreamLocked()
784 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in setStreamTransformLocked()
819 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createInputStream()
862 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in getInputSurface()
887 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in updateOutputConfiguration()
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java341 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
365 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
373 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
385 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
703 case ICameraService.ERROR_DISCONNECTED: in throwAsPublicException()
990 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.cpp147 hardware::ICameraService::ERROR_DISCONNECTED) { in getCameraService()
417 case hardware::ICameraService::ERROR_DISCONNECTED: in getCameraCharacteristics()
472 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.cpp434 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraInfo()
480 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraCharacteristics()
518 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem not available"); in getCameraVendorTagDescriptor()
532 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraVendorTagCache()
573 return STATUS_ERROR(ERROR_DISCONNECTED, in filterGetInfoErrorCode()
842 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
849 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
858 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
1327 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in connectHelper()
/frameworks/av/camera/
DCamera.cpp102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java329 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()