Home | History | Annotate | Download | only in a2dp

Lines Matching defs:Pending

23  *                         (Pending)
69 private Pending mPending;
87 // mIncomingDevice is the device connecting to us, valid only in Pending state
98 // Connecting to a device, Pending
101 // Pending
103 // Disconnecting device Pending
105 // Incoming connections Pending
126 mPending = new Pending();
278 private class Pending extends State {
281 log("Enter Pending: " + getCurrentMessage().what);
286 log("Pending process message: " + message.what);
329 // in Pending state
432 // We get an incoming connecting request while Pending
434 log("Incoming connection while pending, ignore");