Home | History | Annotate | Download | only in hfp

Lines Matching refs:DISCONNECT

56  *                 CONNECTED |      | DISCONNECT
80 static final int DISCONNECT = 2;
461 case DISCONNECT:
512 stateLogE("failed to disconnect");
556 case DISCONNECT:
718 case DISCONNECT:
800 case DISCONNECT:
1040 case DISCONNECT: {
1042 stateLogD("DISCONNECT from device=" + device);
1044 stateLogW("DISCONNECT, device " + device + " not connected");
1049 stateLogE("DISCONNECT from " + device + " failed");
1088 stateLogE("processAudioEvent: failed to disconnect audio");
1102 stateLogE("processAudioEvent: failed to disconnect pending audio");
1140 case DISCONNECT:
1219 case DISCONNECT: {
1221 stateLogD("DISCONNECT, device=" + device);
1223 stateLogW("DISCONNECT, device " + device + " not connected");
1226 // Disconnect BT SCO first
1228 stateLogW("DISCONNECT failed, device=" + mDevice);
1229 // if disconnect BT SCO failed, transition to mConnected state to force
1230 // disconnect device
1232 deferMessage(obtainMessage(DISCONNECT, mDevice));
1333 case DISCONNECT:
1843 Log.w(TAG, "processKeyPressed, failed to disconnect audio from " + mDevice);
2030 case DISCONNECT:
2031 return "DISCONNECT";