Searched refs:iolooper (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dsync-utils.c24 #include "iolooper.h"
34 IoLooper* iolooper; member in struct:SyncSocket
47 sync_socket->iolooper = iolooper_new();
95 sync_socket->iolooper = looper;
105 if (ssocket->iolooper != NULL) {
106 iolooper_reset(ssocket->iolooper);
117 if (ssocket->iolooper != NULL) {
118 iolooper_free(ssocket->iolooper);
127 if (ssocket == NULL || ssocket->fd < 0 || ssocket->iolooper == NULL) {
131 iolooper_add_read(ssocket->iolooper, ssocke
[all...]
H A Dlooper-generic.c18 #include "iolooper.h"
272 IoLooper* iolooper; member in struct:GLooper
346 iolooper_modify(looper->iolooper, fd, oldWanted, newWanted);
366 IoLooper* iol = looper->iolooper;
475 iolooper_free(looper->iolooper);
476 looper->iolooper = NULL;
487 looper->iolooper = iolooper_new();

Completed in 177 milliseconds