Home | History | Annotate | Download | only in music

Lines Matching full:player

372         // release all MediaPlayer resources, including the native player and wakelocks
1873 private boolean setDataSourceImpl(MediaPlayer player, String path) {
1875 player.reset();
1876 player.setOnPreparedListener(null);
1878 player.setDataSource(MediaPlaybackService.this, Uri.parse(path));
1880 player.setDataSource(path);
1882 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
1883 player.prepare();
1891 player.setOnCompletionListener(listener);
1892 player.setOnErrorListener(errorListener);
1937 * You CANNOT use this player anymore after calling release()
2056 // of a previous player ends up slightly overlapping the two
2057 // playbacks, so slightly delaying the start of the next player