Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DErrorMsg.aidl38 int errorStreamId;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DErrorMsg.aidl38 int errorStreamId;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DErrorMsg.aidl38 int errorStreamId;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DErrorMsg.aidl38 int errorStreamId;
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DErrorMsg.aidl38 int errorStreamId;
/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp474 msg.get<NotifyMsg::Tag::error>().errorStreamId != -1) { in notifyHelper()
482 if (mStream.id == msg.get<NotifyMsg::Tag::error>().errorStreamId) { in notifyHelper()
502 r->errorStreamId = msg.get<NotifyMsg::Tag::error>().errorStreamId; in notifyHelper()
Dcamera_aidl_test.h492 int32_t errorStreamId; member
537 errorStreamId(-1), in InFlightRequest()
555 errorStreamId(-1),
575 errorStreamId(-1),
/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp130 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. 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/default/
DExternalCameraOfflineSession.cpp232 .errorStreamId = -1, in processCaptureRequestError()
278 ErrorMsg{.frameNumber = frameNumber, .errorStreamId = streamId, .errorCode = ec}); in notifyError()
DExternalCameraDeviceSession.cpp777 .errorStreamId = buffer.streamId, in switchToOffline()
1510 .errorStreamId = streamId, in notifyError()
1712 .errorStreamId = -1, in processCaptureRequestError()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp443 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
488 msg.msg.error.errorStreamId = streamId; in notifyError()
DExternalCameraDeviceSession.cpp247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc485 aidl_error.errorStreamId = hal_error.error_stream_id; in ConvertToAidlErrorMessage()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal602 * buffer was dropped, and errorStreamId indicates the stream
624 int32_t errorStreamId;
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1022 int32_t errorStreamId; member
1049 errorStreamId(-1), in InFlightRequest()
1068 errorStreamId(-1), in InFlightRequest()
1088 errorStreamId(-1), in InFlightRequest()
1542 messages[i].msg.error.errorStreamId != -1) { in notifyHelper()
1549 if (mStreams[j].v3_2.id == messages[i].msg.error.errorStreamId) { in notifyHelper()
1568 r->errorStreamId = messages[i].msg.error.errorStreamId; in notifyHelper()