/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device.cc | 161 public_camera_id_ = camera_device_hwl->GetCameraId(); in Initialize() 181 &camera_id_to_stream_use_cases_[camera_device_hwl_->GetCameraId()]); in Initialize() 186 __FUNCTION__, camera_device_hwl_->GetCameraId(), strerror(-res), res); in Initialize() 196 __FUNCTION__, camera_device_hwl_->GetCameraId(), strerror(-res), res); in Initialize()
|
D | hdrplus_capture_session.cc | 71 device_session_hwl->GetCameraId()); in IsStreamConfigurationSupported() 410 device_session_hwl_, device_session_hwl_->GetCameraId()); in SetupHdrplusProcessChain() 418 device_session_hwl_, raw_stream_id, device_session_hwl_->GetCameraId()); in SetupHdrplusProcessChain()
|
D | capture_session_wrapper_process_block.cc | 84 : kCameraId(camera_device_session_hwl->GetCameraId()), in CaptureSessionWrapperProcessBlock()
|
D | basic_capture_session.cc | 223 "Cam" + std::to_string(device_session_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 | 81 uint32_t camera_id = device_session_hwl->GetCameraId(); in Create() 398 camera_id_ = device_session_hwl->GetCameraId(); in Initialize() 415 &camera_id_to_stream_use_cases_[device_session_hwl_->GetCameraId()]); in Initialize() 418 __FUNCTION__, strerror(-res), res, device_session_hwl_->GetCameraId()); in Initialize() 428 __FUNCTION__, strerror(-res), res, device_session_hwl_->GetCameraId()); in Initialize()
|
/hardware/google/camera/common/hal/tests/ |
D | mock_device_session_hwl.cc | 209 uint32_t FakeCameraDeviceSessionHwl::GetCameraId() const { in GetCameraId() function in android::google_camera_hal::FakeCameraDeviceSessionHwl 343 ON_CALL(*this, GetCameraId()) in DelegateCallsToFakeSession() 345 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/hwl_interface/ |
D | camera_device_hwl.h | 42 virtual uint32_t GetCameraId() const = 0;
|
D | camera_device_session_hwl.h | 134 virtual uint32_t GetCameraId() const = 0;
|
/hardware/google/camera/common/hal/utils/profiling/ |
D | aidl_profiler.h | 77 virtual uint32_t GetCameraId() const = 0;
|
D | aidl_profiler.cc | 233 uint32_t GetCameraId() const { in GetCameraId() function in android::google_camera_hal::__anon57a662990111::AidlProfilerImpl 302 uint32_t GetCameraId() const override { in GetCameraId() function in android::google_camera_hal::__anon57a662990111::AidlProfilerMock
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_camera_device_session.cc | 624 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in configureStreamsImpl() 626 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in configureStreamsImpl() 731 aidl_profiler_->GetCameraId(), in processCaptureRequest() 812 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in flush() 814 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in flush() 834 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in close() 836 device_session_->GetProfiler(aidl_profiler_->GetCameraId(), in close()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceHWLImpl.h | 53 uint32_t GetCameraId() const override;
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 131 uint32_t GetCameraId() const override;
|
D | EmulatedCameraDeviceHWLImpl.cpp | 65 uint32_t EmulatedCameraDeviceHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceHwlImpl
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 479 uint32_t EmulatedCameraDeviceSessionHwlImpl::GetCameraId() const { in GetCameraId() function in android::EmulatedCameraDeviceSessionHwlImpl
|
/hardware/google/camera/common/hal/utils/ |
D | realtime_process_block.cc | 61 : kCameraId(device_session_hwl->GetCameraId()), in RealtimeProcessBlock()
|
D | multicam_realtime_process_block.cc | 72 : kCameraId(device_session_hwl->GetCameraId()), in MultiCameraRtProcessBlock()
|