OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
75
private boolean
mWatch
;
199
mWatch
= pm.hasSystemFeature(PackageManager.FEATURE_WATCH);
408
} else if (
mWatch
) {
Completed in 56 milliseconds