Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h41 virtual uint32_t GetCameraId() const = 0;
Dcamera_device_session_hwl.h118 virtual uint32_t GetCameraId() const = 0;
/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.h77 virtual uint32_t GetCameraId() const = 0;
Dhidl_profiler.cc219 uint32_t GetCameraId() const { in GetCameraId() function in android::hardware::camera::implementation::__anon187dbcd30111::HidlProfilerImpl
267 uint32_t GetCameraId() const override { in GetCameraId() function in android::hardware::camera::implementation::__anon187dbcd30111::HidlProfilerMock
Dhidl_camera_device_session.cc695 hidl_profiler_->GetCameraId(), hidl_profiler_->GetLatencyFlag())); in flush()
697 hidl_profiler_->GetCameraId(), hidl_profiler_->GetFpsFlag())); in flush()
/hardware/google/camera/common/hal/tests/
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()
Dmock_device_session_hwl.h75 uint32_t GetCameraId() const override;
165 MOCK_CONST_METHOD0(GetCameraId, uint32_t());
Dmock_device_hwl.h37 uint32_t GetCameraId() const { in GetCameraId() function
/hardware/google/camera/common/hal/google_camera_hal/
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()
Drealtime_process_block.cc60 : kCameraId(device_session_hwl->GetCameraId()), in RealtimeProcessBlock()
Dcapture_session_wrapper_process_block.cc84 : kCameraId(camera_device_session_hwl->GetCameraId()), in CaptureSessionWrapperProcessBlock()
Dcamera_device.cc160 public_camera_id_ = camera_device_hwl->GetCameraId(); in Initialize()
Ddual_ir_result_request_processor.cc41 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create()
Dcamera_device_session.cc78 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create()
413 camera_id_ = device_session_hwl->GetCameraId(); in Initialize()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp65 uint32_t EmulatedCameraDeviceHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceHwlImpl
DEmulatedCameraDeviceSessionHWLImpl.h127 uint32_t GetCameraId() const override;
DEmulatedCameraDeviceSessionHWLImpl.cpp437 uint32_t EmulatedCameraDeviceSessionHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceSessionHwlImpl
/hardware/google/camera/common/hal/utils/
Dmulticam_realtime_process_block.cc72 : kCameraId(device_session_hwl->GetCameraId()), in MultiCameraRtProcessBlock()