Searched refs:errorStreamId (Results 1 – 10 of 10) sorted by relevance
122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
1591 hidlMsg.msg.error.errorStreamId != -1) { in sNotify()1592 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) { in sNotify()1594 __FUNCTION__, hidlMsg.msg.error.errorStreamId); in sNotify()
26 * code and errorStreamId that contains the stream id associated with that physical device. Such29 * camera device and the errorStreamId must be set to -1.
579 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()
759 msg.msg.error.errorStreamId = streamId; in notifyError()787 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
434 error.msg.error.errorStreamId = -1; in processCaptureRequestError()479 msg.msg.error.errorStreamId = streamId; in notifyError()
247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
459 hidl_error->errorStreamId = hal_error.error_stream_id; in ConvertToHidlErrorMessage()
933 int32_t errorStreamId; member958 errorStreamId(-1), in InFlightRequest()974 errorStreamId(-1), in InFlightRequest()991 errorStreamId(-1), in InFlightRequest()1406 messages[i].msg.error.errorStreamId != -1) { in notify()1413 if (mStreams[j].v3_2.id == messages[i].msg.error.errorStreamId) { in notify()1432 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()
599 * buffer was dropped, and errorStreamId indicates the stream621 int32_t errorStreamId;