Home
last modified time | relevance | path

Searched refs:sync_socket (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dsync-utils.c43 SyncSocket* sync_socket; in syncsocket_init() local
44 ANEW0(sync_socket); in syncsocket_init()
47 sync_socket->iolooper = iolooper_new(); in syncsocket_init()
48 sync_socket->fd = fd; in syncsocket_init()
50 return sync_socket; in syncsocket_init()
58 SyncSocket* sync_socket = NULL; in syncsocket_connect() local
89 sync_socket = malloc(sizeof(SyncSocket)); in syncsocket_connect()
90 if (sync_socket == NULL) { in syncsocket_connect()
95 sync_socket->iolooper = looper; in syncsocket_connect()
96 sync_socket->fd = fd; in syncsocket_connect()
[all …]
/external/chromium/base/
Dbase.gypi560 'sync_socket.h',