Searched refs:errorStreamId (Results 1 – 7 of 7) sorted by relevance
122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
1592 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()
26 * code and errorStreamId that contains the stream id associated with that physical device.28 * 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()
787 msg.msg.error.errorStreamId = streamId; in notifyError()
599 * buffer was dropped, and errorStreamId indicates the stream621 int32_t errorStreamId;
869 int32_t errorStreamId; member892 errorStreamId(-1), in InFlightRequest()908 errorStreamId(-1), in InFlightRequest()1315 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()