/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_device_hwl.h | 41 virtual uint32_t GetCameraId() const = 0;
|
D | camera_device_session_hwl.h | 118 virtual uint32_t GetCameraId() const = 0;
|
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_profiler.h | 77 virtual uint32_t GetCameraId() const = 0;
|
D | hidl_profiler.cc | 219 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
|
D | hidl_camera_device_session.cc | 695 hidl_profiler_->GetCameraId(), hidl_profiler_->GetLatencyFlag())); in flush() 697 hidl_profiler_->GetCameraId(), hidl_profiler_->GetFpsFlag())); in flush()
|
/hardware/google/camera/common/hal/tests/ |
D | mock_device_session_hwl.cc | 208 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()
|
D | mock_device_session_hwl.h | 75 uint32_t GetCameraId() const override; 165 MOCK_CONST_METHOD0(GetCameraId, uint32_t());
|
D | mock_device_hwl.h | 37 uint32_t GetCameraId() const { in GetCameraId() function
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | hdrplus_capture_session.cc | 71 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()
|
D | realtime_process_block.cc | 60 : kCameraId(device_session_hwl->GetCameraId()), in RealtimeProcessBlock()
|
D | capture_session_wrapper_process_block.cc | 84 : kCameraId(camera_device_session_hwl->GetCameraId()), in CaptureSessionWrapperProcessBlock()
|
D | camera_device.cc | 160 public_camera_id_ = camera_device_hwl->GetCameraId(); in Initialize()
|
D | dual_ir_result_request_processor.cc | 41 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create()
|
D | camera_device_session.cc | 78 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/ |
D | EmulatedCameraDeviceHWLImpl.cpp | 65 uint32_t EmulatedCameraDeviceHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceHwlImpl
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 127 uint32_t GetCameraId() const override;
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 437 uint32_t EmulatedCameraDeviceSessionHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceSessionHwlImpl
|
/hardware/google/camera/common/hal/utils/ |
D | multicam_realtime_process_block.cc | 72 : kCameraId(device_session_hwl->GetCameraId()), in MultiCameraRtProcessBlock()
|