Searched refs:error_stream_id (Results 1 – 11 of 11) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | GrallocSensorBuffer.cpp | 35 .error_stream_id = stream_buffer.stream_id, in ~GrallocSensorBuffer()
|
D | EmulatedRequestProcessor.cpp | 224 .error_stream_id = -1, in NotifyFailedRequest() 518 .error_stream_id = -1, in RequestProcessorLoop() 530 .error_stream_id = -1, in RequestProcessorLoop()
|
D | EmulatedSensor.cpp | 744 .error_stream_id = -1, in Flush()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | rgbird_capture_session.cc | 1115 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()
|
D | realtime_zsl_result_processor.cc | 269 message.message.error.error_stream_id == stream_id_) { in Notify()
|
D | realtime_zsl_result_request_processor.cc | 357 message.message.error.error_stream_id == stream_id_) { in Notify()
|
D | rgbird_result_request_processor.cc | 852 .error_stream_id = depth_stream_id_, in FlushPendingRequests()
|
D | camera_device_session.cc | 1043 .error_stream_id = stream_id, in NotifyErrorMessage()
|
/hardware/google/camera/common/hal/common/ |
D | hal_types.h | 279 int32_t error_stream_id = -1; member
|
/hardware/google/camera/common/hal/utils/ |
D | result_dispatcher.cc | 337 __FUNCTION__, error.error_code, frame_number, error.error_stream_id); in AddError()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 485 aidl_error.errorStreamId = hal_error.error_stream_id; in ConvertToAidlErrorMessage()
|