/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CameraDeviceUserShim.java | 431 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 …]
|
D | LegacyExceptionUtils.java | 104 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError() 119 errorCode = ICameraService.ERROR_DISCONNECTED; in throwOnServiceError()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingCameraManager.java | 55 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/ |
D | IMediaTranscodingService.aidl | 36 const int ERROR_DISCONNECTED = 4; field
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 204 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/ |
D | ICameraService.aidl | 46 const int ERROR_DISCONNECTED = 4; field
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraManager.java | 508 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/ |
D | android_hardware_camera2_CameraMetadata.cpp | 854 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/ |
D | ACameraManager.cpp | 159 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/ |
D | CameraService.cpp | 609 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/ |
D | Convert.cpp | 231 case hardware::ICameraService::ERROR_DISCONNECTED: in B2HStatus()
|
/frameworks/av/camera/ |
D | Camera.cpp | 102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraDeviceImpl.java | 337 case ICameraService.ERROR_DISCONNECTED: in setRemoteFailure()
|