Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:mCommand

448         private int mCommand;
453 mCommand = getCurrentMessage().what;
454 if (mCommand != CONNECT_HFP_OUTGOING &&
455 mCommand != DISCONNECT_HFP_OUTGOING) {
456 Log.e(TAG, "Error: OutgoingHandsfree state with command:" + mCommand);
458 mStatus = processCommand(mCommand);
473 if (command != mCommand) {
479 if (mCommand == CONNECT_HFP_OUTGOING) {
494 deferMsg.what = mCommand;
502 if (mCommand == CONNECT_HFP_OUTGOING) {
522 deferMsg.what = mCommand;
533 deferMsg.what = mCommand;
539 deferMsg.what = mCommand;
561 private int mCommand;
566 mCommand = getCurrentMessage().what;
567 if (mCommand != CONNECT_HFP_INCOMING &&
568 mCommand != DISCONNECT_HFP_INCOMING) {
569 Log.e(TAG, "Error: IncomingHandsfree state with command:" + mCommand);
571 mStatus = processCommand(mCommand);
659 private int mCommand;
664 mCommand = getCurrentMessage().what;
665 if (mCommand != CONNECT_A2DP_OUTGOING &&
666 mCommand != DISCONNECT_A2DP_OUTGOING) {
667 Log.e(TAG, "Error: OutgoingA2DP state with command:" + mCommand);
669 mStatus = processCommand(mCommand);
692 deferMsg.what = mCommand;
703 deferMsg.what = mCommand;
724 deferMsg.what = mCommand;
741 deferMsg.what = mCommand;
747 deferMsg.what = mCommand;
769 private int mCommand;
774 mCommand = getCurrentMessage().what;
775 if (mCommand != CONNECT_A2DP_INCOMING &&
776 mCommand != DISCONNECT_A2DP_INCOMING) {
777 Log.e(TAG, "Error: IncomingA2DP state with command:" + mCommand);
779 mStatus = processCommand(mCommand);
866 private int mCommand;
871 mCommand = getCurrentMessage().what;
872 if (mCommand != CONNECT_HID_OUTGOING &&
873 mCommand != DISCONNECT_HID_OUTGOING) {
874 Log.e(TAG, "Error: OutgoingHid state with command:" + mCommand);
876 mStatus = processCommand(mCommand);
907 deferMsg.what = mCommand;
923 deferMsg.what = mCommand;
947 private int mCommand;
952 mCommand = getCurrentMessage().what;
953 if (mCommand != CONNECT_HID_INCOMING &&
954 mCommand != DISCONNECT_HID_INCOMING) {
955 Log.e(TAG, "Error: IncomingHid state with command:" + mCommand);
957 mStatus = processCommand(mCommand);