Searched refs:ready (Results 1 - 8 of 8) sorted by relevance

/system/vold/
H A DXwarp.h31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
H A DXwarp.cpp33 const char *Xwarp::XWARP_READY = "/sys/fs/yaffs/mtd3/xwarp-ready";
44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { argument
47 *ready = false;
54 fscanf(fp, "%d", (int *) ready);
/system/core/adb/
H A Dsockets.c155 D( "LS(%d): not ready, errno=%d: %s\n", s->id, errno, strerror(errno) );
157 return 1; /* not ready (error) */
165 return 0; /* ready for more data */
180 return 1; /* not ready (backlog) */
185 /* far side is ready for data, pay attention to
188 // D("LS(%d): ready()\n", s->id);
316 s->peer->ready(s->peer);
369 ** be enabled again when we get a call to ready()
399 s->ready = local_socket_ready;
530 s->ready
[all...]
H A Dsysdeps_win32.c1286 int ready; /* ready event flags */ member in struct:EventHookRec_
1311 hook->ready = 0;
1329 hook->ready = 0;
1654 /* if we have at least one ready hook, execute it/them */
1656 hook->ready = 0;
1659 if (hook->ready != 0) {
1666 /* nothing's ready yet, so wait for something to happen */
1722 D( "adb_win32: signaling %s for %x\n", hook->fh->name, hook->ready );
1943 hook->ready |
[all...]
H A Djdwp_service.c610 s->socket.ready = jdwp_socket_ready;
711 t->socket.ready = jdwp_tracker_ready;
H A Dadb.h114 ** peer->ready() when we once again are ready to
119 /* ready is called by the peer when it is ready for
122 void (*ready)(asocket *s); member in struct:asocket
H A Dadb.c408 s->ready(s);
420 s->ready(s);
835 // set up a pipe so the child can tell us when it is ready.
H A Dtransport.c480 tracker->socket.ready = device_tracker_ready;

Completed in 104 milliseconds