Home
last modified time | relevance | path

Searched refs:error_stream_id (Results 1 – 11 of 11) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DGrallocSensorBuffer.cpp35 .error_stream_id = stream_buffer.stream_id, in ~GrallocSensorBuffer()
DEmulatedRequestProcessor.cpp224 .error_stream_id = -1, in NotifyFailedRequest()
518 .error_stream_id = -1, in RequestProcessorLoop()
530 .error_stream_id = -1, in RequestProcessorLoop()
DEmulatedSensor.cpp744 .error_stream_id = -1, in Flush()
/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_capture_session.cc1115 auto error_stream_id = message.message.error.error_stream_id; in NotifyHalMessage() local
1118 error_stream_id != kInvalidStreamId && in NotifyHalMessage()
1119 (error_stream_id == rgb_internal_yuv_stream_id_ || in NotifyHalMessage()
1120 error_stream_id == ir1_internal_raw_stream_id_ || in NotifyHalMessage()
1121 error_stream_id == ir2_internal_raw_stream_id_)) { in NotifyHalMessage()
Drealtime_zsl_result_processor.cc269 message.message.error.error_stream_id == stream_id_) { in Notify()
Drealtime_zsl_result_request_processor.cc357 message.message.error.error_stream_id == stream_id_) { in Notify()
Drgbird_result_request_processor.cc852 .error_stream_id = depth_stream_id_, in FlushPendingRequests()
Dcamera_device_session.cc1043 .error_stream_id = stream_id, in NotifyErrorMessage()
/hardware/google/camera/common/hal/common/
Dhal_types.h279 int32_t error_stream_id = -1; member
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc337 __FUNCTION__, error.error_code, frame_number, error.error_stream_id); in AddError()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc485 aidl_error.errorStreamId = hal_error.error_stream_id; in ConvertToAidlErrorMessage()