Searched defs:processConnectionEvent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 215 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpStateMachine.Disconnected 325 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpStateMachine.Pending 531 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpStateMachine.Connected
|
D | A2dpSinkStateMachine.java | 230 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpSinkStateMachine.Disconnected 343 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpSinkStateMachine.Pending 553 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in A2dpSinkStateMachine.Connected
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 1380 private void processConnectionEvent(int state, BluetoothDevice device) in processConnectionEvent() method in HeadsetClientStateMachine.Disconnected 1482 …private void processConnectionEvent(int state, int peer_feat, int chld_feat, BluetoothDevice devic… in processConnectionEvent() method in HeadsetClientStateMachine.Connecting 2014 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetClientStateMachine.Connected 2182 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetClientStateMachine.AudioOn
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 397 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetStateMachine.Disconnected 533 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetStateMachine.Pending 1003 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetStateMachine.Connected 1425 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetStateMachine.AudioOn 1762 private void processConnectionEvent(int state, BluetoothDevice device) { in processConnectionEvent() method in HeadsetStateMachine.MultiHFPending
|