HomeSort by relevance Sort by last modified time
    Searched refs:playAll (Results 1 - 17 of 17) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovespeaker.cxx 39 speaker->playAll();
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovespeaker.js 34 mySpeaker.playAll();
  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovespeaker.py 31 mySpeaker.playAll()
  /cts/suite/audio_quality/test/
AudioPlaybackLocalTest.cpp 42 playAll(1);
46 playAll(4);
AudioRecordingLocalTest.cpp 42 playAll(1);
46 playAll(4);
AudioLocalTest.cpp 78 playAll(1);
82 playAll(4);
AudioPlayTestCommon.h 64 void playAll(int numberRepetition) {
85 playAll(1);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveSpeakerSample.java 42 speaker.playAll();
  /hardware/bsp/intel/peripheral/libupm/src/grovespeaker/
grovespeaker.h 83 void playAll();
grovespeaker.cxx 68 void GroveSpeaker::playAll()
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 376 playAll(context, list, -1, false);
771 playAll(context, cursor, 0, true);
774 public static void playAll(Context context, Cursor cursor) {
775 playAll(context, cursor, 0, false);
778 public static void playAll(Context context, Cursor cursor, int position) {
779 playAll(context, cursor, position, false);
782 public static void playAll(Context context, long [] list, int position) {
783 playAll(context, list, position, false);
786 private static void playAll(Context context, Cursor cursor, int position, boolean force_shuffle) {
789 playAll(context, list, position, force_shuffle)
    [all...]
PlaylistBrowserActivity.java 114 MusicUtils.playAll(PlaylistBrowserActivity.this, list, 0);
430 MusicUtils.playAll(this, list, 0);
455 MusicUtils.playAll(this, list, 0);
QueryBrowserActivity.java 107 MusicUtils.playAll(this, list, 0);
299 MusicUtils.playAll(this, list, 0);
TrackBrowserActivity.java 686 MusicUtils.playAll(this, mTrackCursor, position);
    [all...]
AlbumBrowserActivity.java 304 MusicUtils.playAll(this, list, 0);
ArtistAlbumBrowserActivity.java 393 MusicUtils.playAll(this, list, 0);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 145 public void playAll(Surface surface) {
400 mEncodedStream.playAll(surface);
    [all...]

Completed in 338 milliseconds