Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCaptureResultExtras.java31 private int errorStreamId; field in CaptureResultExtras
53 int partialResultCount, int errorStreamId, in CaptureResultExtras() argument
61 this.errorStreamId = errorStreamId; in CaptureResultExtras()
78 dest.writeInt(errorStreamId); in writeToParcel()
94 errorStreamId = in.readInt(); in readFromParcel()
130 return errorStreamId; in getErrorStreamId()
/frameworks/av/camera/include/camera/
DCaptureResult.h70 int32_t errorStreamId; member
89 errorStreamId(-1), in CaptureResultExtras()
/frameworks/av/camera/
DCaptureResult.cpp41 parcel->readInt32(&errorStreamId); in readFromParcel()
68 parcel->writeInt32(errorStreamId); in writeToParcel()
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp159 hCaptureResultExtras.errorStreamId = captureResultExtras.errorStreamId; in convertToHidl()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java100 int errorStreamId = -1; in getExtrasFromRequest() local
107 errorStreamId = mConfiguredSurfaces.keyAt(indexOfTarget); in getExtrasFromRequest()
116 /*partialResultCount*/1, errorStreamId, null); in getExtrasFromRequest()
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp195 extras.errorStreamId = getStreamId(); in notifyError()
DDepthCompositeStream.cpp725 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError()
726 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
DHeicCompositeStream.cpp1611 if ((resultExtras.errorStreamId == mAppSegmentStreamId) || in onStreamBufferError()
1612 (resultExtras.errorStreamId == mMainImageStreamId)) { in onStreamBufferError()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp129 if (captureStreamId == resultExtras.errorStreamId) { in notifyError()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal261 int32_t errorStreamId;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1480 if (msg.msg.error.errorStreamId >= 0) { in notify()
1481 sp<Camera3StreamInterface> stream = mOutputStreams.get(msg.msg.error.errorStreamId); in notify()
1484 m.message.error.frame_number, msg.msg.error.errorStreamId); in notify()
3205 extras.errorStreamId = streamId; in returnOutputBuffers()
3912 resultExtras.errorStreamId = streamId; in notifyError()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp819 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp834 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22122 Landroid/hardware/camera2/impl/CaptureResultExtras;->errorStreamId:I