/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() 191 playItem(mActiveItem.getParent().getPlayableByIndex(id)); in onSkipToQueueItem() 199 playItem(mActiveItem.getNext()); in onSkipToNext() 207 playItem(mActiveItem.getPrevious()); in onSkipToPrevious()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 190 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpNativeInterface 197 mAvrcpService.playItem(playerId, nowPlaying, mediaId); in playItem()
|
D | AvrcpTargetService.java | 437 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpTargetService 440 mMediaPlayerList.playItem(playerId, nowPlaying, mediaId); in playItem()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/ |
D | BrowserPlayerWrapperTest.java | 281 wrapper.playItem("test_item"); in testPlayItem() 318 wrapper.playItem("test_item"); in testPlayItem_Timeout()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 54 static void playItem(uint16_t player_id, bool now_playing, 126 playItem(player_id, now_playing, media_id); in PlayItem() 798 static void playItem(uint16_t player_id, bool now_playing, in playItem() function
|
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/ |
D | MediaPlayerList.java | 346 public void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in MediaPlayerList 387 mBrowsablePlayers.get(playerIndex).playItem(itemId); in playFolderItem()
|
D | BrowsedPlayerWrapper.java | 207 public boolean playItem(String mediaId) { in playItem() method
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 276 void playItem(String parentMediaId) { in playItem() method in AvrcpControllerService 290 stateMachine.playItem(requestedNode); in playItem()
|
D | AvrcpControllerStateMachine.java | 402 public void playItem(BrowseTree.BrowseNode node) { in playItem() method in AvrcpControllerStateMachine 1222 mService.playItem(mediaId);
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/ |
D | PlaybackViewModel.java | 657 public void playItem(MediaItemMetadata item) { in playItem() method in PlaybackViewModel.PlaybackController
|
/packages/apps/Car/Media/src/com/android/car/media/ |
D | MediaActivity.java | 476 mPlaybackController.playItem(item); in onPlayableItemClicked()
|