Home
last modified time | relevance | path

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

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaPlayer.java130 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/
DAvrcpNativeInterface.java190 void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in AvrcpNativeInterface
197 mAvrcpService.playItem(playerId, nowPlaying, mediaId); in playItem()
DAvrcpTargetService.java437 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/
DBrowserPlayerWrapperTest.java281 wrapper.playItem("test_item"); in testPlayItem()
318 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()
798 static void playItem(uint16_t player_id, bool now_playing, in playItem() function
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
DMediaPlayerList.java346 public void playItem(int playerId, boolean nowPlaying, String mediaId) { in playItem() method in MediaPlayerList
387 mBrowsablePlayers.get(playerIndex).playItem(itemId); in playFolderItem()
DBrowsedPlayerWrapper.java207 public boolean playItem(String mediaId) { in playItem() method
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java276 void playItem(String parentMediaId) { in playItem() method in AvrcpControllerService
290 stateMachine.playItem(requestedNode); in playItem()
DAvrcpControllerStateMachine.java402 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/
DPlaybackViewModel.java657 public void playItem(MediaItemMetadata item) { in playItem() method in PlaybackViewModel.PlaybackController
/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java476 mPlaybackController.playItem(item); in onPlayableItemClicked()