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/ |
D | ErrorMsg.aidl | 38 int errorStreamId;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/ |
D | ErrorMsg.aidl | 38 int errorStreamId;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/ |
D | ErrorMsg.aidl | 38 int errorStreamId;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/ |
D | ErrorMsg.aidl | 38 int errorStreamId;
|
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
D | ErrorMsg.aidl | 38 int errorStreamId;
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | device_cb.cpp | 474 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()
|
D | camera_aidl_test.h | 492 int32_t errorStreamId; member 537 errorStreamId(-1), in InFlightRequest() 555 errorStreamId(-1), 575 errorStreamId(-1),
|
/hardware/interfaces/camera/device/3.2/default/ |
D | convert.cpp | 130 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
|
D | CameraDeviceSession.cpp | 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()
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 26 * 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/ |
D | CameraDeviceSession.cpp | 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()
|
D | ExternalCameraDeviceSession.cpp | 759 msg.msg.error.errorStreamId = streamId; in notifyError() 787 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraOfflineSession.cpp | 232 .errorStreamId = -1, in processCaptureRequestError() 278 ErrorMsg{.frameNumber = frameNumber, .errorStreamId = streamId, .errorCode = ec}); in notifyError()
|
D | ExternalCameraDeviceSession.cpp | 777 .errorStreamId = buffer.streamId, in switchToOffline() 1510 .errorStreamId = streamId, in notifyError() 1712 .errorStreamId = -1, in processCaptureRequestError()
|
/hardware/interfaces/camera/device/3.6/default/ |
D | ExternalCameraOfflineSession.cpp | 443 error.msg.error.errorStreamId = -1; in processCaptureRequestError() 488 msg.msg.error.errorStreamId = streamId; in notifyError()
|
D | ExternalCameraDeviceSession.cpp | 247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 485 aidl_error.errorStreamId = hal_error.error_stream_id; in ConvertToAidlErrorMessage()
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 602 * buffer was dropped, and errorStreamId indicates the stream 624 int32_t errorStreamId;
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 1022 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()
|