Home | History | Annotate | Download | only in music

Lines Matching full:player

375         // release all MediaPlayer resources, including the native player and wakelocks
1882 private boolean setDataSourceImpl(MediaPlayer player, String path) {
1884 player.reset();
1885 player.setOnPreparedListener(null);
1887 player.setDataSource(MediaPlaybackService.this, Uri.parse(path));
1889 player.setDataSource(path);
1891 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
1892 player.prepare();
1900 player.setOnCompletionListener(listener);
1901 player.setOnErrorListener(errorListener);
1946 * You CANNOT use this player anymore after calling release()
2065 // of a previous player ends up slightly overlapping the two
2066 // playbacks, so slightly delaying the start of the next player