Searched defs:ready (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dsocket.h75 * peer->ready() when we once again are ready to
80 /* ready is called by the peer when it is ready for
83 void (*ready)(asocket* s); member in struct:asocket
H A Dadb.cpp415 s->ready(s);
428 s->ready(s);
431 s->ready(s);
896 // set up a pipe so the child can tell us when it is ready.
1259 bool ready; local
1263 ready = transports_ready && device_scan_complete;
1266 if (ready) {
/system/bt/btif/src/
H A Dbtif_av.cc105 /* both interface and media task needs to be ready to alloc incoming request */
845 false); /* remove flush state, ready for streaming*/
1533 * Description Checks whether AV is ready for starting a stream
1563 * Description Checks whether AV ready for media start in streaming state
1571 bool ready = false; local
1577 ready = false;
1579 ready = (state == BTIF_AV_STATE_STARTED);
1582 BTIF_TRACE_WARNING("%s: sm_handle=%d state=%d flags=0x%x ready=%d", __func__,
1583 btif_av_cb.sm_handle, state, btif_av_cb.flags, ready);
1585 return ready;
[all...]

Completed in 357 milliseconds