Searched refs:watch (Results 1 – 13 of 13) sorted by relevance
65 StopWatch watch("memset"); in main() local71 StopWatch watch("memcpy baseline"); in main() local77 StopWatch watch("memcpy from gralloc"); in main() local83 StopWatch watch("memcpy into gralloc"); in main() local90 StopWatch watch("lamecpy baseline"); in main() local96 StopWatch watch("lamecpy from gralloc"); in main() local102 StopWatch watch("lamecpy into gralloc"); in main() local
77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local78 if (!watch) { in GetWatchForName()79 watch = new NamedStopWatch(watch_name); in GetWatchForName()80 watches[watch_name] = watch; in GetWatchForName()82 return watch; in GetWatchForName()
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
21 - [AndroidX-KTX](https://www.youtube.com/watch?v=st1XVfkDWqk)22 - [Performance and Kotlin tricks](https://www.youtube.com/watch?v=6P20npkvcb8)
158 for watch in WATCH:159 if file.find(watch) >= 0:
5 … not draw anything to the screen, it just prints to the log, so use adb logcat to watch the output.
308 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
80 void watch(sp<CCodec> codec) { in watch() function in android::__anon1bc2986c0111::CCodecWatchdog1675 CCodecWatchdog::getInstance()->watch(this); in onMessageReceived()1746 config->watch<C2StreamInitDataInfo::output>(); in onMessageReceived()
8839 field public static final java.lang.String FEATURE_WATCH = "android.hardware.type.watch";
11785 field public static final String FEATURE_WATCH = "android.hardware.type.watch";