Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gralloc/
Dgralloc.cpp65 StopWatch watch("memset"); in main() local
71 StopWatch watch("memcpy baseline"); in main() local
77 StopWatch watch("memcpy from gralloc"); in main() local
83 StopWatch watch("memcpy into gralloc"); in main() local
90 StopWatch watch("lamecpy baseline"); in main() local
96 StopWatch watch("lamecpy from gralloc"); in main() local
102 StopWatch watch("lamecpy into gralloc"); in main() local
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto109 * The call picked up can be either on the watch, phone or via another connected
121 // This field depicts whether the call was accepted or initiated on the watch.
123 // watch, for INCOMING calls it MUST be set to true when the call is accepted
124 // on the watch.
137 * Logged whenever a call request is received and bridged to the watch.
206 // Depicts the standalone/tether status of the watch.
211 * Logged for each watch face affected by the complication restrictions during
222 // A single watch face may have multiple restricted complications and each entry in this field
227 // restricted complication on the watch face.
235 // Indicates whether this watch face is the currently active watch face.
[all …]
/frameworks/base/media/mca/filterpacks/native/base/
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()
Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
/frameworks/base/media/mca/filterfw/native/core/
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()
Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument
59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFaceUserSettingsRepository.kt46 watch( in start()
62 private fun watch( in watch() method
66 ) = secureSettings.watch(userId, mainHandler, key, defaultValue) { v -> toUpdate.value = v } in watch()
69 private fun SecureSettings.watch( in watch() method
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto87 // Depicts the source as watch.
361 // The notification is blocked on the watch.
367 // The notification is blocked both on the watch and the phone.
546 // Notification action for open on watch.
620 // Depicts a call originating on the watch
636 // Depicts no interaction with the watch
639 // Depicts that the call was accepted using the watch
642 // Depicts that the call was rejected using the watch
762 // Depicts the watch is in standalone mode
765 // Depicts the watch is in tethered mode
[all …]
/frameworks/base/packages/SystemUI/docs/
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)
/frameworks/base/packages/SystemUI/scripts/
Dnew_merge.py158 for watch in WATCH:
159 if file.find(watch) >= 0:
/frameworks/native/opengl/tests/testPauseResume/
DREADME5 … not draw anything to the screen, it just prints to the log, so use adb logcat to watch the output.
/frameworks/proto_logging/stats/atoms/wear/media/
Dwear_media_atoms.proto35 // paired phone, and not on the watch, hence cannot use uid)
Dwear_media_extension_atoms.proto67 // paired phone, and not on the watch, hence cannot use uid)
85 // paired phone, and not on the watch, hence cannot use uid)
/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DAbstractContentCapturePerfTestCase.java258 return mActivitiesWatcher.watch(CustomTestActivity.class); in startWatcher()
/frameworks/proto_logging/stats/atoms/wear/connectivity/
Dwear_connectivity_extension_atoms.proto62 * internet access via Bluetooth when the companion phone is connected to the watch.
/frameworks/base/media/java/android/media/flags/
Dmedia_better_together.aconfig117 …description: "Enable new MediaRouter2 API to enable watch companion apps to scan while the phone s…
/frameworks/base/core/res/
DOWNERS62 per-file res/*-watch/* = file:/WEAR_OWNERS
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h326 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
DCCodec.cpp108 void watch(sp<CCodec> codec) { in watch() function in android::__anon1bc2986c0111::CCodecWatchdog
2734 CCodecWatchdog::getInstance()->watch(this); in onMessageReceived()
2818 config->watch<C2StreamInitDataInfo::output>(); in onMessageReceived()
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp418 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()
426 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto413 * companion phone is connected to the watch.
/frameworks/proto_logging/stats/
Datoms.proto24137 * Logged during the watch face editing session in Wear Services
24147 // Session duration for watch face editing.
24153 // Component package for watch face.
24158 * Logged for watch face favorite feature in Wear Services.
24164 // Component package for watch face.
24175 * Logged for the watch face set feature in Wear Services.
24181 // Component package for watch face.
24210 // to the phone source, otherwise watch source if it's changed from the watch.
24220 * A snapshot of all visible tiles in the order they appear on the watch.
24258 /** Logged when a complication is changed on a watch face. Both
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8839 field public static final java.lang.String FEATURE_WATCH = "android.hardware.type.watch";
/frameworks/base/core/api/
Dcurrent.txt13232 field public static final String FEATURE_WATCH = "android.hardware.type.watch";