Home
last modified time | relevance | path

Searched refs:errorStreamId (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
/hardware/interfaces/camera/device/3.5/
Dtypes.hal26 * code and errorStreamId that contains the stream id associated with that physical device. Such
29 * camera device and the errorStreamId must be set to -1.
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp579 hidlMsg.msg.error.errorStreamId != -1) { in sNotify_3_4()
580 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) { in sNotify_3_4()
582 __FUNCTION__, hidlMsg.msg.error.errorStreamId); in sNotify_3_4()
DExternalCameraDeviceSession.cpp759 msg.msg.error.errorStreamId = streamId; in notifyError()
787 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp434 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
479 msg.msg.error.errorStreamId = streamId; in notifyError()
DExternalCameraDeviceSession.cpp247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc469 hidl_error->errorStreamId = hal_error.error_stream_id; in ConvertToHidlErrorMessage()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp988 int32_t errorStreamId; member
1013 errorStreamId(-1), in InFlightRequest()
1030 errorStreamId(-1), in InFlightRequest()
1048 errorStreamId(-1), in InFlightRequest()
1488 messages[i].msg.error.errorStreamId != -1) { in notify()
1495 if (mStreams[j].v3_2.id == messages[i].msg.error.errorStreamId) { in notify()
1514 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()