Searched refs:watch_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp73 static NamedStopWatch* GetWatchForName(const string& watch_name) { argument
77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
79 watch = new NamedStopWatch(watch_name);
80 watches[watch_name] = watch;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp71 static NamedStopWatch* GetWatchForName(const std::string& watch_name) { argument
75 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name);
77 watch = new NamedStopWatch(watch_name);
78 watches[watch_name] = watch;

Completed in 197 milliseconds