Home
last modified time | relevance | path

Searched refs:DEVICE_ERROR (Results 1 – 14 of 14) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddcamera_device.cpp98 return CamRetCode::DEVICE_ERROR; in GetStreamOperator()
139 return CamRetCode::DEVICE_ERROR; in UpdateSettings()
150 return CamRetCode::DEVICE_ERROR; in GetSettings()
159 return CamRetCode::DEVICE_ERROR; in SetResultMode()
173 return CamRetCode::DEVICE_ERROR; in GetEnabledResults()
187 return CamRetCode::DEVICE_ERROR; in EnableResult()
192 return CamRetCode::DEVICE_ERROR; in EnableResult()
210 return CamRetCode::DEVICE_ERROR; in EnableResult()
222 return CamRetCode::DEVICE_ERROR; in DisableResult()
227 return CamRetCode::DEVICE_ERROR; in DisableResult()
[all …]
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator.cpp77 return DEVICE_ERROR; in CreateStreams()
120 return DEVICE_ERROR; in ReleaseStreams()
161 return DEVICE_ERROR; in GetStreamAttributes()
227 return DEVICE_ERROR; in Capture()
274 return DEVICE_ERROR; in ChangeToOfflineStream()
Dcamera_device.cpp100 return DEVICE_ERROR; in EnableResult()
121 return DEVICE_ERROR; in DisableResult()
Doffline_stream_operator.cpp51 return DEVICE_ERROR; in ReleaseStreams()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_operator_vdi_impl.cpp131 CHECK_IF_PTR_NULL_RETURN_VALUE(streamPipeline_, DEVICE_ERROR); in IsStreamsSupported()
321 CHECK_IF_PTR_NULL_RETURN_VALUE(streamPipeline_, DEVICE_ERROR); in CommitStreams()
353 return DEVICE_ERROR; in CommitStreams()
360 return DEVICE_ERROR; in CommitStreams()
465 CHECK_IF_NOT_EQUAL_RETURN_VALUE(rc, RC_OK, DEVICE_ERROR); in DetachBufferQueue()
469 CHECK_IF_NOT_EQUAL_RETURN_VALUE(rc, RC_OK, DEVICE_ERROR); in DetachBufferQueue()
508 return DEVICE_ERROR; in Capture()
535 return DEVICE_ERROR; in CancelCapture()
580 return DEVICE_ERROR; in ChangeToOfflineStream()
585 return DEVICE_ERROR; in ChangeToOfflineStream()
/drivers/peripheral/camera/hal_c/include/
Dcamera_types_c_if.h41 DEVICE_ERROR = 6, enumerator
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
Dcamera_host_usb_vdi_impl.cpp164 return VDI::Camera::V1_0::DEVICE_ERROR; in OpenCamera()
169 return VDI::Camera::V1_0::DEVICE_ERROR; in OpenCamera()
296 return VDI::Camera::V1_0::DEVICE_ERROR; in SetFlashlight()
307 return VDI::Camera::V1_0::DEVICE_ERROR; in SetFlashlight()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
Dcamera_host_vdi_impl.cpp186 return DEVICE_ERROR; in OpenCamera()
191 return DEVICE_ERROR; in OpenCamera()
318 return DEVICE_ERROR; in SetFlashlight()
329 return DEVICE_ERROR; in SetFlashlight()
/drivers/peripheral/distributed_camera/hdi_service/src/utils/
Ddcamera.cpp51 return CamRetCode::DEVICE_ERROR; in MapToExternalRetCode()
55 return CamRetCode::DEVICE_ERROR; in MapToExternalRetCode()
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
Doffline_stream_operator_vdi_impl.cpp46 return DEVICE_ERROR; in CancelCapture()
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
Dvdi_types.h44 DEVICE_ERROR = -6, enumerator
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_device/
Dcamera_device_vdi_impl.cpp101 return DEVICE_ERROR; in GetStreamOperator()
144 return DEVICE_ERROR; in GetSettings()
183 return DEVICE_ERROR; in GetEnabledResults()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp129 return CamRetCode::DEVICE_ERROR; in ReleaseStreams()
197 return CamRetCode::DEVICE_ERROR; in CommitStreams()
382 return CamRetCode::DEVICE_ERROR; in DoCapture()
420 return CamRetCode::DEVICE_ERROR; in CancelCapture()
/drivers/interface/camera/v1_0/
DTypes.idl65 DEVICE_ERROR = -6,