Searched defs:stop_watch_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { argument
87 mWatch = GetWatchForName(stop_watch_name);
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { argument
87 mWatch = GetWatchForName(stop_watch_name);

Completed in 805 milliseconds