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();
288 private class Pending extends State {
291 log("Enter Pending: " + getCurrentMessage().what);
296 log("Pending process message: " + message.what);
342 // in Pending state
446 // We get an incoming connecting request while Pending
448 log("Incoming connection while pending, ignore");