HomeSort by relevance Sort by last modified time
    Searched refs:mWatch (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 59 : mWatch(watch) { mWatch->Start(); }
60 ~ScopedTimer() { mWatch->Stop(); }
63 NamedStopWatch* mWatch;
time_util.cpp 87 mWatch = GetWatchForName(stop_watch_name);
88 mWatch->Start();
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 59 : mWatch(watch) { mWatch->Start(); }
60 ~ScopedTimer() { mWatch->Stop(); }
63 NamedStopWatch* mWatch;
time_util.cpp 85 mWatch = GetWatchForName(stop_watch_name);
86 mWatch->Start();
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 74 private boolean mWatch;
181 mWatch = context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH);
350 } else if (mWatch) {

Completed in 8719 milliseconds