Home
last modified time | relevance | path

Searched refs:SetDumpFilePrefix (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.cc150 latency_profiler_->SetDumpFilePrefix( in SetLatencyProfiler()
166 fps_profiler_->SetDumpFilePrefix( in SetFpsProfiler()
181 profiler->SetDumpFilePrefix( in CreateLatencyProfiler()
196 profiler->SetDumpFilePrefix("/data/vendor/camera/profiler/hidl_fps_"); in CreateFpsProfiler()
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.h180 virtual void SetDumpFilePrefix(const std::string& dump_file_prefix) = 0;
H A Dprofiler.cc68 void SetDumpFilePrefix(const std::string& dump_file_prefix) override final;
231 void ProfilerImpl::SetDumpFilePrefix(const std::string& dump_file_prefix) { in SetDumpFilePrefix() function in google::camera_common::__anone40dfb6d0110::ProfilerImpl
585 void SetDumpFilePrefix(const std::string&) override final{}; in SetDumpFilePrefix() function in google::camera_common::__anone40dfb6d0110::ProfilerDummy