Home
last modified time | relevance | path

Searched refs:watch (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local
78 if (!watch) { in GetWatchForName()
79 watch = new NamedStopWatch(watch_name); in GetWatchForName()
80 watches[watch_name] = watch; in GetWatchForName()
82 return watch; in GetWatchForName()
H A Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local
78 if (!watch) { in GetWatchForName()
79 watch = new NamedStopWatch(watch_name); in GetWatchForName()
80 watches[watch_name] = watch; in GetWatchForName()
82 return watch; in GetWatchForName()
H A Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
H A DFaceUserSettingsRepository.kt46 watch(
62 private fun watch( regex
66 ) = secureSettings.watch(userId, mainHandler, key, defaultValue) { v -> toUpdate.value = v }
69 private fun SecureSettings.watch(
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dkotlin-in-sysui.md21 - [AndroidX-KTX](https://www.youtube.com/watch?v=st1XVfkDWqk)
22 - [Performance and Kotlin tricks](https://www.youtube.com/watch?v=6P20npkvcb8)
/aosp14/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py158 for watch in WATCH:
159 if file.find(watch) >= 0:
/aosp14/frameworks/base/core/res/
H A DOWNERS43 per-file res/*-watch/* = file:/WEAR_OWNERS
/aosp14/system/core/shell_and_utilities/
H A DREADME.md71 vconfig vi vmstat watch wc which whoami xargs xxd yes zcat
105 vconfig vi vmstat watch wc which whoami xargs xxd yes zcat
139 vmstat watch wc which whoami xargs xxd yes zcat
172 usleep uudecode uuencode uuidgen vconfig **vi** vmstat watch wc which
204 **unshare** uptime usleep uudecode uuencode **uuidgen** **vconfig** vmstat **watch**
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DAbstractContentCapturePerfTestCase.java253 return mActivitiesWatcher.watch(CustomTestActivity.class); in startWatcher()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp418 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()
426 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md341 One particular set of tests to watch out for are the ones that involve USB resets.
/aosp14/system/core/init/
H A DREADME.md936 One thing to watch for is that the bootchart will show init as if it started
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12755 field public static final String FEATURE_WATCH = "android.hardware.type.watch";