Searched refs:mWatch (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h59 : mWatch(watch) { mWatch->Start(); }
60 ~ScopedTimer() { mWatch->Stop(); }
63 NamedStopWatch* mWatch; member in class:android::filterfw::ScopedTimer
H A Dtime_util.cpp87 mWatch = GetWatchForName(stop_watch_name);
88 mWatch->Start();
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h59 : mWatch(watch) { mWatch->Start(); }
60 ~ScopedTimer() { mWatch->Stop(); }
63 NamedStopWatch* mWatch; member in class:android::filterfw::ScopedTimer
H A Dtime_util.cpp87 mWatch = GetWatchForName(stop_watch_name);
88 mWatch->Start();
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java88 private boolean mWatch; field in class:UiModeManagerService
225 mWatch = pm.hasSystemFeature(PackageManager.FEATURE_WATCH);
435 } else if (mWatch) {

Completed in 146 milliseconds