Searched defs:mainLooper (Results 1 – 3 of 3) sorted by relevance
35 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices()94 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService()
42 sp<Looper> mainLooper(Looper::prepare(/*opts=*/0)); in main() local
2215 Looper mainLooper = Looper.getMainLooper(); in determineMainThreadEventHandler() local