/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/ |
D | TmaPlayer.java | 130 private void playItem(@Nullable TmaMediaItem item) { in playItem() method in TmaPlayer 144 playItem(mLibrary.getMediaItemById(mediaId)); in onPlayFromMediaId() 151 playItem(mActiveItem.getParent().getPlayableByIndex(id)); in onSkipToQueueItem() 159 playItem(mActiveItem.getNext()); in onSkipToNext() 167 playItem(mActiveItem.getPrevious()); in onSkipToPrevious()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 170 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpNativeInterface 177 mAvrcpService.playItem(playerId, nowPlaying, mediaId); in playItem()
|
D | AvrcpTargetService.java | 333 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpTargetService 336 mMediaPlayerList.playItem(playerId, nowPlaying, mediaId); in playItem()
|
D | MediaPlayerList.java | 296 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in MediaPlayerList 337 mBrowsablePlayers.get(playerIndex).playItem(itemId); in playFolderItem()
|
D | BrowsedPlayerWrapper.java | 144 public void playItem(String mediaId) { in playItem() method in BrowsedPlayerWrapper
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 55 static void playItem(uint16_t player_id, bool now_playing, 127 playItem(player_id, now_playing, media_id); in PlayItem() 726 static void playItem(uint16_t player_id, bool now_playing, in playItem() function
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 318 playItem((BrowseTree.BrowseNode) msg.obj); in processMessage() 375 private void playItem(BrowseTree.BrowseNode node) { in playItem() method in AvrcpControllerStateMachine.Connected
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/ |
D | BrowserPlayerWrapperTest.java | 136 wrapper.playItem("test_item"); in testPlayItem()
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/ |
D | PlaybackViewModel.java | 604 public void playItem(String mediaItemId) { in playItem() method in PlaybackViewModel.PlaybackController
|
/packages/apps/Car/Media/src/com/android/car/media/ |
D | MediaActivity.java | 575 mPlaybackController.playItem(item.getId()); in onPlayableItemClicked()
|