Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCaptureResultExtras.java31 private int errorStreamId; field in CaptureResultExtras
58 int partialResultCount, int errorStreamId, in CaptureResultExtras() argument
69 this.errorStreamId = errorStreamId; in CaptureResultExtras()
91 dest.writeInt(errorStreamId); in writeToParcel()
114 errorStreamId = in.readInt(); in readFromParcel()
157 return errorStreamId; in getErrorStreamId()
/frameworks/av/camera/include/camera/
DCaptureResult.h70 int32_t errorStreamId; member
128 errorStreamId(-1), in CaptureResultExtras()
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/2/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl41 int errorStreamId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl41 int errorStreamId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl41 int errorStreamId;
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DCaptureResultExtras.aidl45 int errorStreamId;
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OutputUtils.cpp77 if (msg.msg.error.errorStreamId >= 0) { in notify()
79 states.outputStreams.get(msg.msg.error.errorStreamId); in notify()
82 m.message.error.frame_number, msg.msg.error.errorStreamId); in notify()
/frameworks/av/camera/
DCaptureResult.cpp42 parcel->readInt32(&errorStreamId); in readFromParcel()
75 parcel->writeInt32(errorStreamId); in writeToParcel()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OutputUtils.cpp83 if (msg.get<Tag::error>().errorStreamId >= 0) { in notify()
85 states.outputStreams.get(msg.get<Tag::error>().errorStreamId); in notify()
88 m.message.error.frame_number, msg.get<Tag::error>().errorStreamId); in notify()
/frameworks/av/services/camera/libcameraservice/hidl/
DUtils.cpp166 hCaptureResultExtras.errorStreamId = captureResultExtras.errorStreamId; in convertToHidl()
/frameworks/av/services/camera/virtualcamera/tests/
DVirtualCameraRenderThreadTest.cc81 Field(&ErrorMsg::errorStreamId, Eq(-1))), in IsRequestErrorNotifyMsg()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.cpp211 dst.errorStreamId = src.errorStreamId; in convertToAidl()
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp213 extras.errorStreamId = getStreamId(); in notifyError()
DDepthCompositeStream.cpp833 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError()
834 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
DJpegRCompositeStream.cpp814 if ((resultExtras.errorStreamId == mP010StreamId) || in onStreamBufferError()
815 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
DHeicCompositeStream.cpp1769 if (resultExtras.errorStreamId == mAppSegmentStreamId) { in onStreamBufferError()
1773 } else if (resultExtras.errorStreamId == mMainImageStreamId) { in onStreamBufferError()
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraRenderThread.cc197 .errorStreamId = streamId, in createBufferErrorNotifyMsg()
208 .errorStreamId = -1, in createRequestErrorNotifyMsg()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp888 extras.errorStreamId = streamId; in collectReturnableOutputBuffers()
974 extras.errorStreamId = streamId; in finishReturningOutputBuffers()
1235 resultExtras.errorStreamId = streamId; in notifyError()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp130 if (captureStreamId == resultExtras.errorStreamId) { in notifyError()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal261 int32_t errorStreamId;
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp861 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp874 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19235 Landroid/hardware/camera2/impl/CaptureResultExtras;->errorStreamId:I