Home | History | Annotate | Download | only in a2dp

Lines Matching refs:Pending

23  *                         (Pending)
69 private Pending mPending;
83 // mIncomingDevice is the device connecting to us, valid only in Pending state
94 // Connecting to a device, Pending
97 // Pending
99 // Disconnecting device Pending
101 // Incoming connections Pending
122 mPending = new Pending();
274 private class Pending extends State {
277 log("Enter Pending: " + getCurrentMessage().what);
282 log("Pending process message: " + message.what);
325 // in Pending state
428 // We get an incoming connecting request while Pending
430 log("Incoming connection while pending, ignore");