Home
last modified time | relevance | path

Searched defs:timeoutCallback (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DOneShotTimer.cpp44 const TimeoutCallback& timeoutCallback, std::unique_ptr<Clock> clock) in OneShotTimer()
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
H A DEnvironmentImpl.java337 Consumer<String> timeoutCallback = token -> { in startPassiveLocationListening() local