Searched refs:AsyncSocketConnector (Results 1 - 3 of 3) sorted by last modified time

/external/qemu/android/
H A Dasync-socket-connector.c45 struct AsyncSocketConnector { struct
72 * opaque - AsyncSocketConnector instance.
79 _asc_socket_string(AsyncSocketConnector* connector)
84 /* Destroys AsyncSocketConnector instance.
86 * connector - Initialized AsyncSocketConnector instance.
89 _async_socket_connector_free(AsyncSocketConnector* connector)
125 * connector - Initialized AsyncSocketConnector instance.
130 _async_socket_connector_open_socket(AsyncSocketConnector* connector)
151 * connector - Initialized AsyncSocketConnector instance.
156 _async_socket_connector_close_socket(AsyncSocketConnector* connecto
[all...]
H A Dasync-socket-connector.h64 * we make AsyncSocketConnector a referenced object, that will self-destruct when
70 typedef struct AsyncSocketConnector AsyncSocketConnector; typedef in typeref:struct:AsyncSocketConnector
76 * connector - AsyncSocketConnector instance.
83 AsyncSocketConnector* connector,
86 /* Creates and initializes AsyncSocketConnector instance.
97 * Initialized AsyncSocketConnector instance. Note that AsyncSocketConnector
103 extern AsyncSocketConnector* async_socket_connector_new(const SockAddress* address,
109 /* References AsyncSocketConnector objec
[all...]
H A Dasync-socket.c1041 AsyncSocketConnector* connector,
1168 AsyncSocketConnector* const connector =

Completed in 104 milliseconds