Home | History | Annotate | Download | only in android

Lines Matching defs:SyncSocket

32 struct SyncSocket {
40 SyncSocket*
43 SyncSocket* sync_socket;
53 SyncSocket*
58 SyncSocket* sync_socket = NULL;
87 // We're now connected. Lets initialize SyncSocket instance
89 sync_socket = malloc(sizeof(SyncSocket));
102 syncsocket_close(SyncSocket* ssocket)
114 syncsocket_free(SyncSocket* ssocket)
125 syncsocket_start_read(SyncSocket* ssocket)
136 syncsocket_stop_read(SyncSocket* ssocket)
147 syncsocket_start_write(SyncSocket* ssocket)
158 syncsocket_stop_write(SyncSocket* ssocket)
169 syncsocket_read_absolute(SyncSocket* ssocket,
199 syncsocket_read(SyncSocket* ssocket, void* buf, size_t size, int timeout)
205 syncsocket_write_absolute(SyncSocket* ssocket,
252 syncsocket_write(SyncSocket* ssocket, const void* buf, size_t size, int timeout)
258 syncsocket_read_line_absolute(SyncSocket* ssocket,
283 syncsocket_read_line(SyncSocket* ssocket, char* buffer, size_t size, int timeout)
290 syncsocket_get_socket(SyncSocket* ssocket)