Home
last modified time | relevance | path

Searched refs:playItem (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaPlayer.java129 private void playItem(@Nullable TmaMediaItem item) { in playItem() method in TmaPlayer
143 playItem(mLibrary.getMediaItemById(mediaId)); in onPlayFromMediaId()
190 playItem(mActiveItem.getParent().getPlayableByIndex(id)); in onSkipToQueueItem()
198 playItem(mActiveItem.getNext()); in onSkipToNext()
206 playItem(mActiveItem.getPrevious()); in onSkipToPrevious()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java170 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpNativeInterface
177 mAvrcpService.playItem(playerId, nowPlaying, mediaId); in playItem()
DAvrcpTargetService.java363 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpTargetService
366 mMediaPlayerList.playItem(playerId, nowPlaying, mediaId); in playItem()
DMediaPlayerList.java329 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in MediaPlayerList
370 mBrowsablePlayers.get(playerIndex).playItem(itemId); in playFolderItem()
DBrowsedPlayerWrapper.java207 public boolean playItem(String mediaId) { in playItem() method
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DBrowserPlayerWrapperTest.java178 wrapper.playItem("test_item"); in testPlayItem()
215 wrapper.playItem("test_item"); in testPlayItem_Timeout()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp54 static void playItem(uint16_t player_id, bool now_playing,
126 playItem(player_id, now_playing, media_id); in PlayItem()
725 static void playItem(uint16_t player_id, bool now_playing, in playItem() function
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java191 void playItem(String parentMediaId) { in playItem() method in AvrcpControllerService
201 stateMachine.playItem(requestedNode); in playItem()
DAvrcpControllerStateMachine.java396 public void playItem(BrowseTree.BrowseNode node) { in playItem() method in AvrcpControllerStateMachine
1131 mService.playItem(mediaId);
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java627 public void playItem(MediaItemMetadata item) { in playItem() method in PlaybackViewModel.PlaybackController
/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java549 mPlaybackController.playItem(item); in onPlayableItemClicked()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java883 secondAvrcpStateMachine.playItem(playerNodes); in testActiveDeviceManagement()