Searched defs:processConnectionEvent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java316 processConnectionEvent(event.valueInt, event.device);
335 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Disconnected
423 processConnectionEvent(event.valueInt, event.device);
437 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Pending
658 processConnectionEvent(event.valueInt, event.device);
675 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Connected
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java226 processConnectionEvent(event.valueInt, event.device);
248 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Disconnected
333 processConnectionEvent(event.valueInt, event.device);
350 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Pending
351 log("processConnectionEvent state " + state);
561 processConnectionEvent(event.valueInt, event.device);
598 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Connected
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java819 processConnectionEvent(event.valueInt, event.device);
833 private void processConnectionEvent(int state, BluetoothDevice device) method in class:HeadsetClientStateMachine.Disconnected
909 processConnectionEvent(event.valueInt, event.valueInt2,
953 private void processConnectionEvent( method in class:HeadsetClientStateMachine.Connecting
1195 processConnectionEvent(
1359 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetClientStateMachine.Connected
1515 processConnectionEvent(event.valueInt, event.device);
1535 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetClientStateMachine.AudioOn
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java385 processConnectionEvent(event.valueInt, event.device);
404 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Disconnected
405 Log.d(TAG, "processConnectionEvent state = " + state + ", device = " + device);
518 processConnectionEvent(event.valueInt, event.device);
541 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Pending
542 Log.d(TAG, "processConnectionEvent state = " + state + ", device = " + device);
930 processConnectionEvent(event.valueInt, event.device);
1001 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Connected
1002 Log.d(TAG, "processConnectionEvent state = " + state + ", device = " + device);
1352 processConnectionEvent(even
1417 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.AudioOn
1748 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.MultiHFPending
[all...]

Completed in 38 milliseconds