HomeSort by relevance Sort by last modified time
    Searched refs:broadcastConnectionState (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
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(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
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) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
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) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
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) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
PbapStateMachine.java 150 private void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) {
151 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState);
172 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt());
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 281 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(),
287 void broadcastConnectionState(BluetoothDevice device, int fromState, int toState) {
288 stateLogD("broadcastConnectionState " + device + ": " + fromState + "->" + toState);
455 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
515 broadcastConnectionState(mDevice, BluetoothProfile.STATE_DISCONNECTED,
    [all...]

Completed in 376 milliseconds