Searched refs:broadcastConnectionState (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java150 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
178 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
182 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
229 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
251 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
303 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
335 broadcastConnectionState(mCurrentDevice,
344 broadcastConnectionState(mTargetDevice,
360 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
375 broadcastConnectionState(mIncomingDevic
713 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:A2dpStateMachine
[all...]
H A DA2dpSinkStateMachine.java184 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
188 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
238 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
260 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
312 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
348 broadcastConnectionState(mCurrentDevice,
357 broadcastConnectionState(mTargetDevice,
373 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
380 broadcastConnectionState(mIncomingDevice,
394 broadcastConnectionState(mCurrentDevic
681 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.java343 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
347 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
408 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
431 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
492 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
549 broadcastConnectionState(device,
560 broadcastConnectionState(mTargetDevice,
581 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
594 broadcastConnectionState(mIncomingDevice,
613 broadcastConnectionState(devic
2359 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
155 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
166 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
186 broadcastConnectionState(device, convertHalState(halState));
597 private void broadcastConnectionState(BluetoothDevice device, int newState) { method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1339 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1343 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
1384 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1482 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED,
1493 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED,
1521 broadcastConnectionState(mCurrentDevice,
1524 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1576 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
1578 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
1591 broadcastConnectionState(de
2292 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { method in class:HeadsetClientStateMachine
[all...]

Completed in 130 milliseconds