Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler()
160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler()
176 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() local
191 std::shared_ptr<Profiler> profiler = Profiler::Create(fps_flag_); in CreateFpsProfiler() local
301 HidlScopedProfiler::HidlScopedProfiler(std::shared_ptr<Profiler> profiler, in HidlScopedProfiler()
Dhidl_camera_device_session.cc566 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7() local
698 auto profiler = in flush() local
714 auto profiler = in close() local
Dhidl_camera_device.cc147 auto profiler = in open() local
/hardware/google/camera/common/profiler/
Dprofiler.h225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
Dprofiler.proto4 package profiler; package