Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
DCameraDeviceSession.cpp1592 hidlMsg.msg.error.errorStreamId != -1) { in sNotify()
1593 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) { in sNotify()
1595 __FUNCTION__, hidlMsg.msg.error.errorStreamId); in sNotify()
/hardware/interfaces/camera/device/3.5/
Dtypes.hal26 * code and errorStreamId that contains the stream id associated with that physical device.
28 * 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.cpp787 msg.msg.error.errorStreamId = streamId; in notifyError()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal599 * buffer was dropped, and errorStreamId indicates the stream
621 int32_t errorStreamId;
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp869 int32_t errorStreamId; member
892 errorStreamId(-1), in InFlightRequest()
908 errorStreamId(-1), in InFlightRequest()
1315 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()