Home | History | Annotate | Download | only in a2dp

Lines Matching refs:Pending

23  *                         (Pending)
72 private Pending mPending;
86 // mIncomingDevice is the device connecting to us, valid only in Pending state
97 // Connecting to a device, Pending
100 // Pending
102 // Disconnecting device Pending
104 // Incoming connections Pending
126 mPending = new Pending();
281 private class Pending extends State {
284 log("Enter Pending: " + getCurrentMessage().what);
289 log("Pending process message: " + message.what);
335 // in Pending state
439 // We get an incoming connecting request while Pending
441 log("Incoming connection while pending, ignore");