Home
last modified time | relevance | path

Searched refs:dump_file_prefix (Results 1 – 2 of 2) sorted by relevance

/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() argument
248 dump_file_prefix_ = dump_file_prefix; in SetDumpFilePrefix()