/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkStateMachine.java | 204 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, 208 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, 258 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, 274 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, 320 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, 358 broadcastConnectionState(mCurrentDevice, 367 broadcastConnectionState(mTargetDevice, 383 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, 390 broadcastConnectionState(mIncomingDevice, 405 broadcastConnectionState(mCurrentDevic 736 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:A2dpSinkStateMachine [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
H A D | HearingAidStateMachine.java | 142 broadcastConnectionState(mConnectionState, mLastConnectionState); 243 broadcastConnectionState(mConnectionState, mLastConnectionState); 330 broadcastConnectionState(mConnectionState, mLastConnectionState); 429 broadcastConnectionState(mConnectionState, mLastConnectionState); 510 private void broadcastConnectionState(int newState, int prevState) { method in class:HearingAidStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpStateMachine.java | 157 broadcastConnectionState(mConnectionState, mLastConnectionState); 268 broadcastConnectionState(mConnectionState, mLastConnectionState); 364 broadcastConnectionState(mConnectionState, mLastConnectionState); 471 broadcastConnectionState(mConnectionState, mLastConnectionState); 663 private void broadcastConnectionState(int newState, int prevState) { method in class:A2dpStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
H A D | HidHostService.java | 112 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); 150 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING); 151 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); 160 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING); 161 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); 185 broadcastConnectionState(device, convertHalState(halState)); 724 private void broadcastConnectionState(BluetoothDevice device, int newState) { method in class:HidHostService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientStateMachine.java | 840 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, 843 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, 866 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, 918 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, 951 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTING, 1072 broadcastConnectionState(mCurrentDevice, 1075 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, 1115 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, 1755 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:HeadsetClientStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | PbapStateMachine.java | 150 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { method in class:PbapStateMachine.PbapStateBase 151 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState); 172 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetStateMachine.java | 281 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(), 287 void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) { method in class:HeadsetStateMachine.HeadsetStateBase 288 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState); 455 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, 515 broadcastConnectionState(mDevice, BluetoothProfile.STATE_DISCONNECTED, 1050 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
|