/external/qemu/android/protocol/ |
attach-ui-proxy.c | 93 loopIo_init(&_attachUiProxy.io, _attachUiProxy.looper, _attachUiProxy.sock,
|
ui-commands-proxy.c | 166 loopIo_init(&_uiCmdProxy.io, _uiCmdProxy.looper, _uiCmdProxy.sock,
|
user-events-impl.c | 189 loopIo_init(&_UserEventsImpl.io, _UserEventsImpl.looper, _UserEventsImpl.sock,
|
ui-commands-impl.c | 211 loopIo_init(uicmd->io, looper, uicmd->sock,
|
fb-updates-impl.c | 221 loopIo_init(fbi->io, looper, fbi->sock,
|
fb-updates-proxy.c | 276 loopIo_init(&ret->io, ret->looper, sock, _proxyFb_io_fun, ret);
|
core-commands-impl.c | 408 loopIo_init(&_coreCmdImpl.io, _coreCmdImpl.looper, _coreCmdImpl.sock,
|
/external/qemu/android/ |
async-socket-connector.c | 267 loopIo_init(connector->connector_io, connector->looper, 388 loopIo_init(connector->connector_io, connector->looper,
|
looper.h | 223 loopIo_init(LoopIo* io, Looper* looper, int fd, LoopIoFunc callback, void* opaque)
|
adb-server.c | 386 loopIo_init(adb_host->io, adb_srv->looper, adb_host->host_so, 439 loopIo_init(_adb_server.io, _adb_server.looper, _adb_server.so,
|
hw-pipe-net.c | 206 loopIo_init(pipe->io, looper, fd, netPipe_io_func, pipe);
|
async-socket.c | 1058 loopIo_init(as->io, as->looper, as->fd, _on_async_socket_io, as); [all...] |
main-common.c | [all...] |
/external/qemu/ |
vl-android-ui.c | 128 loopIo_init(ioh->io, mainLooper, fd, ioh_callback, ioh);
|