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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java202 processConnectionEvent(event.valueInt, event.device);
221 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Disconnected
317 processConnectionEvent(event.valueInt, event.device);
331 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Pending
545 processConnectionEvent(event.valueInt, event.device);
562 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpStateMachine.Connected
H A DA2dpSinkStateMachine.java208 processConnectionEvent(event.valueInt, event.device);
230 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Disconnected
326 processConnectionEvent(event.valueInt, event.device);
343 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Pending
533 processConnectionEvent(event.valueInt, event.device);
553 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:A2dpSinkStateMachine.Connected
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java379 processConnectionEvent(event.valueInt, event.device);
398 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Disconnected
399 Log.d(TAG, "processConnectionEvent state = " + state +
520 processConnectionEvent(event.valueInt, event.device);
534 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Pending
535 Log.d(TAG, "processConnectionEvent state = " + state +
944 processConnectionEvent(event.valueInt, event.device);
1010 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.Connected
1011 Log.d(TAG, "processConnectionEvent state = " + state + ", device = "
1380 processConnectionEvent(even
1440 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.AudioOn
1782 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetStateMachine.MultiHFPending
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java1363 processConnectionEvent(event.valueInt, event.device);
1377 private void processConnectionEvent(int state, BluetoothDevice device) method in class:HeadsetClientStateMachine.Disconnected
1444 processConnectionEvent(event.valueInt, event.valueInt2,
1479 private void processConnectionEvent(int state, int peer_feat, int chld_feat, BluetoothDevice device) { method in class:HeadsetClientStateMachine.Connecting
1724 processConnectionEvent(event.valueInt, event.device);
2022 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetClientStateMachine.Connected
2172 processConnectionEvent(event.valueInt, event.device);
2190 private void processConnectionEvent(int state, BluetoothDevice device) { method in class:HeadsetClientStateMachine.AudioOn

Completed in 110 milliseconds