Home
last modified time | relevance | path

Searched defs:mainLooper (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.cpp35 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices()
94 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService()
Dmain.cpp42 sp<Looper> mainLooper(Looper::prepare(/*opts=*/0)); in main() local
/packages/services/Car/car-lib/src/android/car/
DCar.java2215 Looper mainLooper = Looper.getMainLooper(); in determineMainThreadEventHandler() local