Home
last modified time | relevance | path

Searched refs:ScopedTimer (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.h55 class ScopedTimer {
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function
60 ~ScopedTimer() { mWatch->Stop(); } in ~ScopedTimer()
Dtime_util.cpp86 ScopedTimer::ScopedTimer(const string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.h55 class ScopedTimer {
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() function
60 ~ScopedTimer() { mWatch->Stop(); } in ~ScopedTimer()
Dtime_util.cpp86 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) { in ScopedTimer() function in android::filterfw::ScopedTimer
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTimer.h192 struct ScopedTimer { struct
195 ScopedTimer(GuardedTimer &g) : in ScopedTimer() function
/frameworks/base/libs/androidfw/
DResourceTimer.cpp95 ScopedTimer t(counter_[toIndex(api_)]); in record()
101 ScopedTimer t(counter_[counter]); in copy()
113 ScopedTimer t(counter_[i]); in reset()