Searched refs:mainLooper (Results 1 – 3 of 3) sorted by relevance
61 static Looper* mainLooper; variable128 loopIo_init(ioh->io, mainLooper, fd, ioh_callback, ioh); in qemu_set_fd_handler()169 looper_forceQuit(mainLooper); in qemu_system_shutdown_request()250 mainLooper = looper_newGeneric(); in qemu_main()253 init_gui_timer(mainLooper); in qemu_main()258 mainLooper)) { in qemu_main()263 if (uiCmdImpl_create(attachUiImpl_get_console_socket(), mainLooper)) { in qemu_main()267 looper_run(mainLooper); in qemu_main()
41 Looper mainLooper = Looper.getMainLooper(); in differentThreadsGetDifferentLoopers() local44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper); in differentThreadsGetDifferentLoopers()59 assertNotSame(mainLooper, thread1Looper[0]); in differentThreadsGetDifferentLoopers()
82 private Looper mainLooper = ShadowLooper.myLooper(); field in ShadowApplication483 return mainLooper; in getMainLooper()