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.java431 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequest()
452 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in submitRequestList()
473 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in cancelRequest()
530 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in beginConfigure()
554 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in endConfigure()
591 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in deleteStream()
618 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createStream()
667 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in createDefaultRequest()
706 throw new ServiceSpecificException(ICameraService.ERROR_DISCONNECTED, err); in waitUntilIdle()
727 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/media/libmediatranscoding/aidl/android/media/
DIMediaTranscodingService.aidl36 const int ERROR_DISCONNECTED = 4; field
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp204 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in submitRequestList()
439 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in cancelRequest()
492 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in endConfigure()
805 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in isSessionConfigurationSupported()
873 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in deleteStream()
980 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createStream()
1098 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createDeferredSurfaceStreamLocked()
1154 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in setStreamTransformLocked()
1189 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in createInputStream()
1232 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive"); in getInputSurface()
[all …]
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl46 const int ERROR_DISCONNECTED = 4; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java508 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
533 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
541 e.errorCode == ICameraService.ERROR_DISCONNECTED || in openCameraDeviceUserAsync()
553 ICameraService.ERROR_DISCONNECTED, in openCameraDeviceUserAsync()
984 case ICameraService.ERROR_DISCONNECTED: in throwAsPublicException()
1521 case ICameraService.ERROR_DISCONNECTED: in handleRecoverableSetupErrors()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp854 return hardware::ICameraService::ERROR_DISCONNECTED; in CameraMetadata_setupGlobalVendorTagDescriptor()
860 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor()
875 if (res.serviceSpecificErrorCode() == hardware::ICameraService::ERROR_DISCONNECTED) { in CameraMetadata_setupGlobalVendorTagDescriptor()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp159 hardware::ICameraService::ERROR_DISCONNECTED) { in getCameraServiceLocked()
700 case hardware::ICameraService::ERROR_DISCONNECTED: in getCameraCharacteristics()
753 case hardware::ICameraService::ERROR_DISCONNECTED: in openCamera()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp609 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraInfo()
668 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraCharacteristics()
739 return STATUS_ERROR(ERROR_DISCONNECTED, "Camera subsystem not available"); in getCameraVendorTagDescriptor()
753 return STATUS_ERROR(ERROR_DISCONNECTED, in getCameraVendorTagCache()
794 return STATUS_ERROR(ERROR_DISCONNECTED, in filterGetInfoErrorCode()
1084 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
1091 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
1100 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in validateConnectLocked()
1145 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, "No camera device with ID \"%s\" is" in validateClientPermissionsLocked()
1667 return STATUS_ERROR_FMT(ERROR_DISCONNECTED, in connectHelper()
[all …]
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp231 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.java337 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()