Searched defs:mainLooper (Results 1 – 4 of 4) sorted by relevance
38 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices()106 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService()
42 sp<Looper> mainLooper(Looper::prepare(/*opts=*/0)); in main() local
88 public NfcInjector(@NonNull Context context, @NonNull Looper mainLooper) { in NfcInjector()
2214 Looper mainLooper = Looper.getMainLooper(); in determineMainThreadEventHandler() local