Searched defs:broadcastConnectionState (Results 1 - 6 of 6) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java256 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
292 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
296 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
343 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
359 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
409 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
441 broadcastConnectionState(mCurrentDevice,
450 broadcastConnectionState(mTargetDevice,
466 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
481 broadcastConnectionState(mIncomingDevic
912 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:A2dpStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java202 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
206 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
256 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
272 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
318 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
358 broadcastConnectionState(mCurrentDevice,
367 broadcastConnectionState(mTargetDevice,
383 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
390 broadcastConnectionState(mIncomingDevice,
405 broadcastConnectionState(mCurrentDevic
747 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:A2dpSinkStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java360 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
363 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
425 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
439 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
481 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
605 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
615 broadcastConnectionState(mTargetDevice,
635 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
646 broadcastConnectionState(mIncomingDevice,
665 broadcastConnectionState(devic
2299 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java807 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
811 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
855 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
868 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
954 broadcastConnectionState(
972 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED,
989 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED,
1022 broadcastConnectionState(mCurrentDevice,
1025 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1092 broadcastConnectionState(de
1659 protected void broadcastConnectionState method in class:HeadsetClientStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java143 broadcastConnectionState(device, state);
635 private void broadcastConnectionState(BluetoothDevice device, int newState) { method in class:HidDevService
637 Log.v(TAG, "broadcastConnectionState(): device=" + device.getAddress() +
H A DHidService.java106 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
159 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
160 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
170 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
171 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
191 broadcastConnectionState(device, convertHalState(halState));
659 private void broadcastConnectionState(BluetoothDevice device, int newState) { method in class:HidService

Completed in 103 milliseconds