Home
last modified time | relevance | path

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

/external/qemu/
Dvl-android-ui.c61 static Looper* mainLooper; variable
128 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()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DLooperTest.java41 Looper mainLooper = Looper.getMainLooper(); in differentThreadsGetDifferentLoopers() local
44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper); in differentThreadsGetDifferentLoopers()
59 assertNotSame(mainLooper, thread1Looper[0]); in differentThreadsGetDifferentLoopers()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java82 private Looper mainLooper = ShadowLooper.myLooper(); field in ShadowApplication
483 return mainLooper; in getMainLooper()