Home | History | Annotate | Download | only in android

Lines Matching refs:looper

1200 coreconsole_init(CoreConsole* cc, const SockAddress* address, Looper* looper)
1206 loopIo_init(cc->io, looper, fd, coreconsole_io_func, cc);
1232 Looper* looper;
1242 looper = looper_newGeneric();
1247 coreconsole_init(&cores[nn], &address, looper);
1250 looper_runWithTimeout(looper, CORE_PORT_TIMEOUT_MS*2);
1264 looper_free(looper);