HomeSort by relevance Sort by last modified time
    Searched full:io_opaque (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
async-socket.c 72 void* io_opaque; member in struct:AsyncSocketIO
119 * io_opaque - An opaque pointer associated with the I/O.
130 void* io_opaque,
151 asio->io_opaque = io_opaque;
197 asio->on_io(asio->io_opaque, asio, ASIO_STATE_FINISHED);
306 return asio->io_opaque;
554 return asio->on_io(asio->io_opaque, asio, ASIO_STATE_SUCCEEDED);
572 const AsyncIOAction action = asio->on_io(asio->io_opaque, asio,
603 return asio->on_io(asio->io_opaque, asio, ASIO_STATE_CANCELLED)
    [all...]
sdk-controller-socket.c 682 * io_opaque SDKCtlPacket instance of the packet that's being sent with this I/O.
687 _on_sdkctl_packet_send_io(void* io_opaque,
691 SDKCtlPacket* const packet = (SDKCtlPacket*)io_opaque;
811 * io_opaque SDKCtlDirectPacket instance of the packet that's being sent with
817 _on_sdkctl_direct_packet_send_io(void* io_opaque,
821 SDKCtlDirectPacket* const packet = (SDKCtlDirectPacket*)io_opaque;
    [all...]
async-socket.h 61 * io_opaque - An opaque pointer associated with the I/O.
67 typedef AsyncIOAction (*on_as_io_cb)(void* io_opaque,

Completed in 9259 milliseconds