Home
last modified time | relevance | path

Searched defs:AsyncSocketIO (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dasync-socket.c65 struct AsyncSocketIO { struct
67 AsyncSocketIO* next; argument
69 AsyncSocket* as;
94 * Since AsyncSocketIO instances are not that large, it makes sence to recycle argument
Dasync-socket.h45 typedef struct AsyncSocketIO AsyncSocketIO; typedef