Home
last modified time | relevance | path

Searched refs:GetCameraId (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_device_session_hwl.cc208 uint32_t FakeCameraDeviceSessionHwl::GetCameraId() const { in GetCameraId() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
342 ON_CALL(*this, GetCameraId()) in DelegateCallsToFakeSession()
344 Invoke(&fake_session_hwl_, &FakeCameraDeviceSessionHwl::GetCameraId)); in DelegateCallsToFakeSession()
H A Dmock_device_session_hwl.h75 uint32_t GetCameraId() const override;
165 MOCK_CONST_METHOD0(GetCameraId, uint32_t());
H A Dmock_device_hwl.h37 uint32_t GetCameraId() const { in GetCameraId() function
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_hwl.h41 virtual uint32_t GetCameraId() const = 0;
H A Dcamera_device_session_hwl.h118 virtual uint32_t GetCameraId() const = 0;
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.h77 virtual uint32_t GetCameraId() const = 0;
H A Dhidl_profiler.cc219 uint32_t GetCameraId() const { in GetCameraId() function in android::hardware::camera::implementation::__anon6dfc313f0110::HidlProfilerImpl
267 uint32_t GetCameraId() const override { in GetCameraId() function in android::hardware::camera::implementation::__anon6dfc313f0110::HidlProfilerMock
H A Dhidl_camera_device_session.cc701 hidl_profiler_->GetCameraId(), hidl_profiler_->GetLatencyFlag())); in flush()
703 hidl_profiler_->GetCameraId(), hidl_profiler_->GetFpsFlag())); in flush()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceHWLImpl.h48 uint32_t GetCameraId() const override;
H A DEmulatedCameraDeviceHWLImpl.cpp65 uint32_t EmulatedCameraDeviceHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceHwlImpl
H A DEmulatedCameraDeviceSessionHWLImpl.h127 uint32_t GetCameraId() const override;
H A DEmulatedCameraDeviceSessionHWLImpl.cpp437 uint32_t EmulatedCameraDeviceSessionHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceSessionHwlImpl
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dhdrplus_capture_session.cc71 device_session_hwl->GetCameraId()); in IsStreamConfigurationSupported()
408 device_session_hwl_, device_session_hwl_->GetCameraId()); in SetupHdrplusProcessChain()
416 device_session_hwl_, raw_stream_id, device_session_hwl_->GetCameraId()); in SetupHdrplusProcessChain()
H A Dcapture_session_wrapper_process_block.cc84 : kCameraId(camera_device_session_hwl->GetCameraId()), in CaptureSessionWrapperProcessBlock()
H A Drealtime_process_block.cc60 : kCameraId(device_session_hwl->GetCameraId()), in RealtimeProcessBlock()
H A Dcamera_device.cc160 public_camera_id_ = camera_device_hwl->GetCameraId(); in Initialize()
H A Ddual_ir_result_request_processor.cc41 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create()
H A Dcamera_device_session.cc78 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create()
413 camera_id_ = device_session_hwl->GetCameraId(); in Initialize()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dmulticam_realtime_process_block.cc72 : kCameraId(device_session_hwl->GetCameraId()), in MultiCameraRtProcessBlock()