Searched refs:writer_opaque (Results 1 – 2 of 2) sorted by relevance
/external/qemu/android/ |
D | async-socket.h | 237 void* writer_opaque, 251 void* writer_opaque,
|
D | async-socket.c | 260 void* writer_opaque, in _async_socket_writer_new() argument 264 io_cb, writer_opaque, in _async_socket_writer_new() 1252 void* writer_opaque, in async_socket_write_abs() argument 1259 _async_socket_writer_new(as, buffer, len, writer_cb, writer_opaque, in async_socket_write_abs() 1274 writer_cb(writer_opaque, asw, ASIO_STATE_FAILED); in async_socket_write_abs() 1283 void* writer_opaque, in async_socket_write_rel() argument 1288 async_socket_write_abs(as, buffer, len, writer_cb, writer_opaque, dl); in async_socket_write_rel()
|