Home
last modified time | relevance | path

Searched defs:watch (Results 1 – 7 of 7) 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/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFaceUserSettingsRepository.kt62 private fun watch( in watch() method
69 private fun SecureSettings.watch( in watch() method
/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer()
Dtime_util.cpp77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.h58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer()
Dtime_util.cpp77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp108 void watch(sp<CCodec> codec) { in watch() function in android::__anon1bc2986c0111::CCodecWatchdog