Searched defs:ScopedTimer (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h55 class ScopedTimer { class in namespace:android::filterfw
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) function in class:android::filterfw::ScopedTimer
60 ~ScopedTimer() { mWatch->Stop(); }
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { function in class:android::filterfw::ScopedTimer
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h55 class ScopedTimer { class in namespace:android::filterfw
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) function in class:android::filterfw::ScopedTimer
60 ~ScopedTimer() { mWatch->Stop(); }
H A Dtime_util.cpp86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { function in class:android::filterfw::ScopedTimer

Completed in 15 milliseconds