Home
last modified time | relevance | path

Searched refs:newStateMachine (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java376 A2dpSinkStateMachine newStateMachine = new A2dpSinkStateMachine(device, this); in getOrCreateStateMachine() local
378 mDeviceStateMap.putIfAbsent(device, newStateMachine); in getOrCreateStateMachine()
382 newStateMachine.start(); in getOrCreateStateMachine()
383 return newStateMachine; in getOrCreateStateMachine()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java251 protected AvrcpControllerStateMachine newStateMachine(BluetoothDevice device) { in newStateMachine() method in AvrcpControllerService
857 stateMachine = newStateMachine(device); in getOrCreateStateMachine()