Home
last modified time | relevance | path

Searched defs:player (Results 1 – 25 of 62) sorted by relevance

123

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DControlDispatcher.java36 boolean dispatchSetPlayWhenReady(Player player, boolean playWhenReady); in dispatchSetPlayWhenReady()
47 boolean dispatchSeekTo(Player player, int windowIndex, long positionMs); in dispatchSeekTo()
55 boolean dispatchPrevious(Player player); in dispatchPrevious()
63 boolean dispatchNext(Player player); in dispatchNext()
71 boolean dispatchRewind(Player player); in dispatchRewind()
79 boolean dispatchFastForward(Player player); in dispatchFastForward()
88 boolean dispatchSetRepeatMode(Player player, @RepeatMode int repeatMode); in dispatchSetRepeatMode()
97 boolean dispatchSetShuffleModeEnabled(Player player, boolean shuffleModeEnabled); in dispatchSetShuffleModeEnabled()
106 boolean dispatchStop(Player player, boolean reset); in dispatchStop()
DDefaultControlDispatcher.java53 public boolean dispatchSetPlayWhenReady(Player player, boolean playWhenReady) { in dispatchSetPlayWhenReady()
59 public boolean dispatchSeekTo(Player player, int windowIndex, long positionMs) { in dispatchSeekTo()
65 public boolean dispatchPrevious(Player player) { in dispatchPrevious()
84 public boolean dispatchNext(Player player) { in dispatchNext()
100 public boolean dispatchRewind(Player player) { in dispatchRewind()
108 public boolean dispatchFastForward(Player player) { in dispatchFastForward()
116 public boolean dispatchSetRepeatMode(Player player, @Player.RepeatMode int repeatMode) { in dispatchSetRepeatMode()
122 public boolean dispatchSetShuffleModeEnabled(Player player, boolean shuffleModeEnabled) { in dispatchSetShuffleModeEnabled()
128 public boolean dispatchStop(Player player, boolean reset) { in dispatchStop()
173 private static void seekToOffset(Player player, long offsetMs) { in seekToOffset()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java100 private void putMp(String tag, MediaPlayer player, String url) { in putMp()
108 MediaPlayer player = mPlayers.get(tag); in removeMp() local
126 MediaPlayer player = getPlayer(tag); in mediaPlayOpen() local
143 MediaPlayer player = getPlayer(tag); in mediaPlayPause() local
156 MediaPlayer player = getPlayer(tag); in mediaPlayStart() local
169 MediaPlayer player = getPlayer(tag); in mediaPlayStop() local
190 MediaPlayer player = getPlayer(tag); in mediaPlaySeek() local
215 MediaPlayer player = getPlayer(tag); in mediaIsPlaying() local
225 MediaPlayer player = getPlayer(tag); in mediaPlayGetInfo() local
251 MediaPlayer player = getPlayer(tag); in mediaPlaySetLooping() local
[all …]
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DTimelineQueueNavigator.java88 public abstract MediaDescriptionCompat getMediaDescription(Player player, int windowIndex); in getMediaDescription()
91 public long getSupportedQueueNavigatorActions(Player player) { in getSupportedQueueNavigatorActions()
117 public final void onTimelineChanged(Player player) { in onTimelineChanged()
122 public final void onCurrentWindowIndexChanged(Player player) { in onCurrentWindowIndexChanged()
132 public final long getActiveQueueItemId(@Nullable Player player) { in getActiveQueueItemId()
137 public void onSkipToPrevious(Player player, ControlDispatcher controlDispatcher) { in onSkipToPrevious()
142 public void onSkipToQueueItem(Player player, ControlDispatcher controlDispatcher, long id) { in onSkipToQueueItem()
154 public void onSkipToNext(Player player, ControlDispatcher controlDispatcher) { in onSkipToNext()
162 Player player, in onCommand()
172 private void publishFloatingQueueWindow(Player player) { in publishFloatingQueueWindow()
DMediaSessionConnector.java167 Player player, in onCommand()
251 long getSupportedQueueNavigatorActions(Player player); in getSupportedQueueNavigatorActions()
257 void onTimelineChanged(Player player); in onTimelineChanged()
263 void onCurrentWindowIndexChanged(Player player); in onCurrentWindowIndexChanged()
275 long getActiveQueueItemId(@Nullable Player player); in getActiveQueueItemId()
283 void onSkipToPrevious(Player player, ControlDispatcher controlDispatcher); in onSkipToPrevious()
291 void onSkipToQueueItem(Player player, ControlDispatcher controlDispatcher, long id); in onSkipToQueueItem()
299 void onSkipToNext(Player player, ControlDispatcher controlDispatcher); in onSkipToNext()
308 void onAddQueueItem(Player player, MediaDescriptionCompat description); in onAddQueueItem()
313 void onAddQueueItem(Player player, MediaDescriptionCompat description, int index); in onAddQueueItem()
[all …]
DTimelineQueueEditor.java162 public void onAddQueueItem(Player player, MediaDescriptionCompat description) { in onAddQueueItem()
167 public void onAddQueueItem(Player player, MediaDescriptionCompat description, int index) { in onAddQueueItem()
176 public void onRemoveQueueItem(Player player, MediaDescriptionCompat description) { in onRemoveQueueItem()
191 Player player, in onCommand()
DRepeatModeActionProvider.java69 Player player, ControlDispatcher controlDispatcher, String action, @Nullable Bundle extras) { in onCustomAction()
78 public PlaybackStateCompat.CustomAction getCustomAction(Player player) { in getCustomAction()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DAction.java74 SimpleExoPlayer player, in doActionAndScheduleNext()
98 SimpleExoPlayer player, in doActionAndScheduleNextImpl()
119 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface); in doActionImpl()
159 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
197 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
218 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
243 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
267 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
288 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
312 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
[all …]
DTestExoPlayer.java311 public static void runUntilPlaybackState(Player player, @Player.State int expectedState) { in runUntilPlaybackState()
337 public static void runUntilPlayWhenReady(Player player, boolean expectedPlayWhenReady) { in runUntilPlayWhenReady()
368 Player player, @Nullable Timeline expectedTimeline) { in runUntilTimelineChanged()
397 Player player, @Player.DiscontinuityReason int expectedReason) { in runUntilPositionDiscontinuity()
420 public static ExoPlaybackException runUntilError(Player player) { in runUntilError()
440 public static void runUntilRenderedFirstFrame(SimpleExoPlayer player) { in runUntilRenderedFirstFrame()
459 public static void runUntilPendingCommandsAreFullyHandled(ExoPlayer player) { in runUntilPendingCommandsAreFullyHandled()
487 private static void verifyMainTestThread(Player player) { in verifyMainTestThread()
DActionSchedule.java99 SimpleExoPlayer player, in start()
613 @Nullable private SimpleExoPlayer player; field in ActionSchedule.PlayerTarget
626 SimpleExoPlayer player, int messageType, @Nullable Object message); in handleMessage()
629 /* package */ void setPlayer(SimpleExoPlayer player) { in setPlayer()
649 @Nullable private SimpleExoPlayer player; field in ActionSchedule.PlayerRunnable
652 public abstract void run(SimpleExoPlayer player); in run()
655 /* package */ void setPlayer(SimpleExoPlayer player) { in setPlayer()
674 private @MonotonicNonNull SimpleExoPlayer player; field in ActionSchedule.ActionNode
718 SimpleExoPlayer player, in schedule()
768 SimpleExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl()
[all …]
DExoHostedTest.java70 private @MonotonicNonNull SimpleExoPlayer player; field in ExoHostedTest
251 SimpleExoPlayer player = in buildExoPlayer() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java142 CharSequence getCurrentContentTitle(Player player); in getCurrentContentTitle()
152 PendingIntent createCurrentContentIntent(Player player); in createCurrentContentIntent()
162 CharSequence getCurrentContentText(Player player); in getCurrentContentText()
172 default CharSequence getCurrentSubText(Player player) { in getCurrentSubText()
190 Bitmap getCurrentLargeIcon(Player player, BitmapCallback callback); in getCurrentLargeIcon()
220 List<String> getCustomActions(Player player); in getCustomActions()
229 void onCustomAction(Player player, String action, Intent intent); in onCustomAction()
376 @Nullable private Player player; field in PlayerNotificationManager
660 public final void setPlayer(@Nullable Player player) { in setPlayer()
974 private void startOrUpdateNotification(Player player, @Nullable Bitmap bitmap) { in startOrUpdateNotification()
[all …]
DPlayerControlView.java296 @Nullable private Player player; field in PlayerControlView
492 public void setPlayer(@Nullable Player player) { in setPlayer()
816 @Nullable Player player = this.player; in updateNavigation() local
854 @Nullable Player player = this.player; in updateRepeatModeButton() local
887 @Nullable Player player = this.player; in updateShuffleButton() local
906 @Nullable Player player = this.player; in updateTimeline() local
981 @Nullable Player player = this.player; in updateProgress() local
1041 private void seekToTimeBarPosition(Player player, long positionMs) { in seekToTimeBarPosition()
1070 private boolean seekTo(Player player, int windowIndex, long positionMs) { in seekTo()
1123 @Nullable Player player = this.player; in dispatchMediaKeyEvent() local
[all …]
DDebugTextViewHelper.java36 private final SimpleExoPlayer player; field in DebugTextViewHelper
47 public DebugTextViewHelper(SimpleExoPlayer player, TextView textView) { in DebugTextViewHelper()
DSimpleExoPlayerView.java51 SimpleExoPlayer player, in switchTargetView()
/external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
Daudio_LeftRightInternalSpeaker.py47 def run_once(self, host, player): argument
92 def play_and_record(self, host, player, channel): argument
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py46 def capture(self, player, max_frame_count, box=None): argument
65 def capture_only(self, player, max_frame_count, box=None): argument
/external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/
DMainActivity.java66 @Nullable private SimpleExoPlayer player; field in MainActivity
177 SimpleExoPlayer player = new SimpleExoPlayer.Builder(getApplicationContext()).build(); in initializePlayer() local
/external/replicaisland/src/com/replica/replicaisland/
DPatrolComponent.java79 GameObject player = null; in update() local
201 private void updateAttack(GameObject player, GameObject parentObject) { in updateAttack()
DHitPlayerComponent.java50 GameObject player = manager.getPlayer(); in update() local
DAttackAtDistanceComponent.java50 GameObject player = manager.getPlayer(); in update() local
/external/exoplayer/tree/demos/surface/src/main/java/com/google/android/exoplayer2/surfacedemo/
DMainActivity.java68 @Nullable private static SimpleExoPlayer player; field in MainActivity
221 SimpleExoPlayer player = new SimpleExoPlayer.Builder(getApplicationContext()).build(); in initializePlayer() local
/external/skia/bench/
DMSKPBench.cpp14 MSKPBench::MSKPBench(SkString name, std::unique_ptr<MSKPPlayer> player) in MSKPBench()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-channel-09.kt22 suspend fun player(name: String, table: Channel<Ball>) { in player() method
/external/skia/modules/audioplayer/
DSkAudioPlayer_sfml.cpp65 auto player = std::make_unique<SFMLAudioPlayer>(std::move(src)); in Make() local

123