Home
last modified time | relevance | path

Searched refs:AvrcpControllerStateMachine (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java208 AvrcpControllerStateMachine oldStateMachine = in setActiveDevice()
252 return new AvrcpControllerStateMachine(device, this); in newStateMachine()
257 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in getCurrentMetadataIfNoCoverArt()
270 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in refreshContents()
508 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handleRegisterNotificationAbsVol()
521 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handleSetAbsVolume()
536 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onTrackChanged()
562 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onPlayPositionChanged()
576 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onPlayStatusChanged()
591 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handlePlayerAppSetting()
[all …]
H A DAvrcpControllerStateMachine.java54 class AvrcpControllerStateMachine extends StateMachine { class
146 AvrcpControllerStateMachine(BluetoothDevice device, AvrcpControllerService service) { in AvrcpControllerStateMachine() method in AvrcpControllerStateMachine
433 mService.removeStateMachine(AvrcpControllerStateMachine.this); in processMessage()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java90 private AvrcpControllerStateMachine mAvrcpStateMachine = null;
155 private AvrcpControllerStateMachine makeStateMachine(BluetoothDevice device) { in makeStateMachine()
156 AvrcpControllerStateMachine sm = in makeStateMachine()
157 new AvrcpControllerStateMachine(device, mAvrcpControllerService); in makeStateMachine()
165 private void destroyStateMachine(AvrcpControllerStateMachine sm) { in destroyStateMachine()
208 IsInstanceOf.instanceOf(AvrcpControllerStateMachine.Connected.class)); in setUpConnectedState()
266 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, state); in setPlaybackState()
1096 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileMusicPlaying()
1114 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileIdle()
1131 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileErrorState()
[all …]