Home
last modified time | relevance | path

Searched refs:error_stream (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/init/
H A Dinterface_utils.cpp65 std::ostringstream error_stream; in CheckInterfaceInheritanceHierarchy() local
68 error_stream << "\nInterface is not in the known set of hidl_interfaces: '" in CheckInterfaceInheritanceHierarchy()
80 error_stream << "\nInterface '" << intf.string() << "' requires its full inheritance " in CheckInterfaceInheritanceHierarchy()
85 const std::string& errors = error_stream.str(); in CheckInterfaceInheritanceHierarchy()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera3.h2100 camera3_stream_t *error_stream; member
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp120 src->message.error.error_stream); in convertToHidl()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.h84 camera_stream_t *error_stream; member
H A DCamera3OutputUtils.cpp1096 if (msg.error_stream != nullptr) { in notifyError()
1098 Camera3Stream::cast(msg.error_stream); in notifyError()
1214 m.message.error.error_stream = stream->asHalStream(); in notify()
1216 m.message.error.error_stream = nullptr; in notify()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dcamera.cpp487 message.message.error.error_stream = nullptr; in completeRequestWithError()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp3849 notify_msg.message.error.error_stream = NULL; in notifyError()
4137 notify_msg.message.error.error_stream = buffer.stream; in handleMetadataWithLock()
4600 notify_msg.message.error.error_stream = buffer->stream; in handleBufferWithLock()
6860 notify_msg.message.error.error_stream = NULL; in handleCameraDeviceError()
15212 notify_msg.message.error.error_stream = info.stream; in notifyErrorForPendingRequests()
15237 notify_msg.message.error.error_stream = nullptr; in notifyErrorForPendingRequests()
15257 notify_msg.message.error.error_stream = info.stream; in notifyErrorForPendingRequests()
16683 notify_msg.message.error.error_stream = buffer.stream; in onFailedCaptureResult()