Searched refs:AvrcpControllerStateMachine (Results 1 – 3 of 3) sorted by relevance
208 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 …]
54 class AvrcpControllerStateMachine extends StateMachine { class146 AvrcpControllerStateMachine(BluetoothDevice device, AvrcpControllerService service) { in AvrcpControllerStateMachine() method in AvrcpControllerStateMachine433 mService.removeStateMachine(AvrcpControllerStateMachine.this); in processMessage()
90 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 …]