HomeSort by relevance Sort by last modified time
    Searched refs:AsyncIOAction (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/
async-io-common.h 58 typedef enum AsyncIOAction {
65 } AsyncIOAction;
async-socket-connector.h 80 * One of AsyncIOAction values.
82 typedef AsyncIOAction (*asc_event_cb)(void* opaque,
sdk-controller-socket.h 148 * One of the AsyncIOAction values.
150 typedef AsyncIOAction (*on_sdkctl_socket_connection_cb)(void* client_opaque,
232 * One of the AsyncIOAction values.
234 typedef AsyncIOAction (*on_sdkctl_query_cb)(void* query_opaque,
251 * One of the AsyncIOAction values.
253 typedef AsyncIOAction (*on_sdkctl_direct_cb)(void* opaque,
async-socket.h 53 * One of the AsyncIOAction values.
55 typedef AsyncIOAction (*on_as_connection_cb)(void* client_opaque,
65 * One of the AsyncIOAction values.
67 typedef AsyncIOAction (*on_as_io_cb)(void* io_opaque,
sdk-controller-socket.c 686 static AsyncIOAction
692 AsyncIOAction action = ASIO_ACTION_DONE;
816 static AsyncIOAction
822 AsyncIOAction action = ASIO_ACTION_DONE;
    [all...]
async-socket-connector.c 179 AsyncIOAction action = ASIO_ACTION_DONE;
224 const AsyncIOAction action =
257 AsyncIOAction action =
380 const AsyncIOAction action =
async-socket.c 58 static AsyncIOAction _async_socket_io_timed_out(AsyncSocket* as,
544 * One of AsyncIOAction values.
546 static AsyncIOAction
563 * One of AsyncIOAction values.
565 static AsyncIOAction
573 const AsyncIOAction action = asio->on_io(asio->io_opaque, asio,
593 * One of AsyncIOAction values.
595 static AsyncIOAction
613 * One of AsyncIOAction values.
615 static AsyncIOAction
    [all...]
sensors-port.c 278 static AsyncIOAction
327 static AsyncIOAction
multitouch-port.c 227 static AsyncIOAction
multitouch-screen.c 247 static AsyncIOAction

Completed in 1106 milliseconds