Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc182 profiler->SetDumpFilePrefix( in CreateLatencyProfiler()
198 profiler->SetDumpFilePrefix( in SetOrCreateTrackedProfiler()
216 profiler->SetDumpFilePrefix("/data/vendor/camera/profiler/aidl_fps_"); in CreateFpsProfiler()
229 profiler->SetDumpFilePrefix("/data/vendor/camera/profiler/aidl_reprocess_"); in CreateReprocessingProfiler()
252 fps_profiler_->SetDumpFilePrefix( in SetFpsProfiler()
266 reprocessing_profiler_->SetDumpFilePrefix( in SetReprocessingProfiler()
/hardware/google/camera/common/profiler/
Dprofiler.h186 virtual void SetDumpFilePrefix(const std::string& dump_file_prefix) = 0;
Dprofiler.cc67 void SetDumpFilePrefix(const std::string& dump_file_prefix) override final;
247 void ProfilerImpl::SetDumpFilePrefix(const std::string& dump_file_prefix) { in SetDumpFilePrefix() function in google::camera_common::__anon477d26810111::ProfilerImpl
618 void SetDumpFilePrefix(const std::string&) override final{}; in SetDumpFilePrefix() function in google::camera_common::__anon477d26810111::ProfilerDummy