/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CaptureResultExtras.java | 31 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/ |
D | CaptureResult.h | 70 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/ |
D | CaptureResultExtras.aidl | 41 int errorStreamId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 41 int errorStreamId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 41 int errorStreamId;
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/ |
D | CaptureResultExtras.aidl | 45 int errorStreamId;
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OutputUtils.cpp | 77 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/ |
D | CaptureResult.cpp | 42 parcel->readInt32(&errorStreamId); in readFromParcel() 75 parcel->writeInt32(errorStreamId); in writeToParcel()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OutputUtils.cpp | 83 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/ |
D | Utils.cpp | 166 hCaptureResultExtras.errorStreamId = captureResultExtras.errorStreamId; in convertToHidl()
|
/frameworks/av/services/camera/virtualcamera/tests/ |
D | VirtualCameraRenderThreadTest.cc | 81 Field(&ErrorMsg::errorStreamId, Eq(-1))), in IsRequestErrorNotifyMsg()
|
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | AidlUtils.cpp | 211 dst.errorStreamId = src.errorStreamId; in convertToAidl()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CompositeStream.cpp | 213 extras.errorStreamId = getStreamId(); in notifyError()
|
D | DepthCompositeStream.cpp | 833 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError() 834 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
|
D | JpegRCompositeStream.cpp | 814 if ((resultExtras.errorStreamId == mP010StreamId) || in onStreamBufferError() 815 (resultExtras.errorStreamId == mBlobStreamId)) { in onStreamBufferError()
|
D | HeicCompositeStream.cpp | 1769 if (resultExtras.errorStreamId == mAppSegmentStreamId) { in onStreamBufferError() 1773 } else if (resultExtras.errorStreamId == mMainImageStreamId) { in onStreamBufferError()
|
/frameworks/av/services/camera/virtualcamera/ |
D | VirtualCameraRenderThread.cc | 197 .errorStreamId = streamId, in createBufferErrorNotifyMsg() 208 .errorStreamId = -1, in createRequestErrorNotifyMsg()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.cpp | 888 extras.errorStreamId = streamId; in collectReturnableOutputBuffers() 974 extras.errorStreamId = streamId; in finishReturningOutputBuffers() 1235 resultExtras.errorStreamId = streamId; in notifyError()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 130 if (captureStreamId == resultExtras.errorStreamId) { in notifyError()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 261 int32_t errorStreamId;
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 861 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 874 int32_t streamId = resultExtras.errorStreamId; in onCaptureErrorLocked()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19235 Landroid/hardware/camera2/impl/CaptureResultExtras;->errorStreamId:I
|