Home
last modified time | relevance | path

Searched refs:GetProfiler (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_device_session_hwl.h105 std::unique_ptr<google::camera_common::Profiler> GetProfiler(
200 MOCK_METHOD2(GetProfiler, std::unique_ptr<google::camera_common::Profiler>(
H A Dmock_device_hwl.h118 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
H A Dmock_device_session_hwl.cc286 FakeCameraDeviceSessionHwl::GetProfiler(uint32_t /* camera_id */, in GetProfiler() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_hwl.h80 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
H A Dcamera_device_session_hwl.h169 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device.cc308 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler() function in android::google_camera_hal::CameraDevice
311 return camera_device_hwl_->GetProfiler(camera_id, option); in GetProfiler()
H A Dcamera_device.h86 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
H A Dcamera_device_session.h128 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
H A Dcamera_device_session.cc1886 CameraDeviceSession::GetProfiler(uint32_t camera_id, int option) { in GetProfiler() function in android::google_camera_hal::CameraDeviceSession
1887 return device_session_hwl_->GetProfiler(camera_id, option); in GetProfiler()
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_device.cc72 hidl_profiler_->SetLatencyProfiler(google_camera_device_->GetProfiler( in Initialize()
74 hidl_profiler_->SetFpsProfiler(google_camera_device_->GetProfiler( in Initialize()
H A Dhidl_camera_device_session.cc700 hidl_profiler_->SetLatencyProfiler(device_session_->GetProfiler( in flush()
702 hidl_profiler_->SetFpsProfiler(device_session_->GetProfiler( in flush()