/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CaptureResultExtras.java | 31 private int errorStreamId; field in CaptureResultExtras 56 int partialResultCount, int errorStreamId, in CaptureResultExtras() argument 66 this.errorStreamId = errorStreamId; in CaptureResultExtras() 86 dest.writeInt(errorStreamId); in writeToParcel() 105 errorStreamId = in.readInt(); in readFromParcel() 144 return errorStreamId; in getErrorStreamId()
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | CaptureResult.h | 70 int32_t errorStreamId; member 117 errorStreamId(-1), in CaptureResultExtras()
|
/aosp12/frameworks/av/camera/ |
H A D | CaptureResult.cpp | 41 parcel->readInt32(&errorStreamId); in readFromParcel() 71 parcel->writeInt32(errorStreamId); in writeToParcel()
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | Convert.cpp | 159 hCaptureResultExtras.errorStreamId = captureResultExtras.errorStreamId; in convertToHidl()
|
/aosp12/hardware/interfaces/camera/device/3.5/ |
H A 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.
|
/aosp12/hardware/interfaces/camera/device/3.2/default/ |
H A D | convert.cpp | 122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1; in convertToHidl()
|
H A 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()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputUtils.cpp | 889 extras.errorStreamId = streamId; in returnOutputBuffers() 960 extras.errorStreamId = streamId; in returnOutputBuffers() 1160 resultExtras.errorStreamId = streamId; in notifyError() 1206 if (msg.msg.error.errorStreamId >= 0) { in notify() 1208 states.outputStreams.get(msg.msg.error.errorStreamId); in notify() 1211 m.message.error.frame_number, msg.msg.error.errorStreamId); in notify()
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A 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()
|
H A D | ExternalCameraDeviceSession.cpp | 759 msg.msg.error.errorStreamId = streamId; in notifyError() 787 error.msg.error.errorStreamId = -1; in processCaptureRequestError()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CompositeStream.cpp | 203 extras.errorStreamId = getStreamId(); in notifyError()
|
H A D | DepthCompositeStream.cpp | 801 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError() 802 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
|
H A D | HeicCompositeStream.cpp | 1729 if (resultExtras.errorStreamId == mAppSegmentStreamId) { in onStreamBufferError() 1733 } else if (resultExtras.errorStreamId == mMainImageStreamId) { in onStreamBufferError()
|
/aosp12/hardware/interfaces/camera/device/3.6/default/ |
H A D | ExternalCameraOfflineSession.cpp | 434 error.msg.error.errorStreamId = -1; in processCaptureRequestError() 479 msg.msg.error.errorStreamId = streamId; in notifyError()
|
H A D | ExternalCameraDeviceSession.cpp | 247 error.msg.error.errorStreamId = buffer.streamId; in switchToOffline()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | CaptureSequencer.cpp | 129 if (captureStreamId == resultExtras.errorStreamId) { in notifyError()
|
/aosp12/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
H A D | types.hal | 261 int32_t errorStreamId;
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_utils.cc | 469 hidl_error->errorStreamId = hal_error.error_stream_id; in ConvertToHidlErrorMessage()
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A D | types.hal | 599 * buffer was dropped, and errorStreamId indicates the stream 621 int32_t errorStreamId;
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 987 int32_t errorStreamId; member 1012 errorStreamId(-1), in InFlightRequest() 1029 errorStreamId(-1), in InFlightRequest() 1047 errorStreamId(-1), in InFlightRequest() 1487 messages[i].msg.error.errorStreamId != -1) { in notify() 1494 if (mStreams[j].v3_2.id == messages[i].msg.error.errorStreamId) { in notify() 1513 r->errorStreamId = messages[i].msg.error.errorStreamId; in notify()
|
/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraDevice.cpp | 826 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraDevice.cpp | 840 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 22113 Landroid/hardware/camera2/impl/CaptureResultExtras;->errorStreamId:I
|