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

  /frameworks/av/media/libaaudio/tests/
test_n_streams.cpp 29 #define MAX_STREAMS 200
34 AAudioStream *aaudioStreams[MAX_STREAMS];
44 for (int i = 0; i < MAX_STREAMS; i++) {
86 printf("Try to open a maximum of %d streams.\n", MAX_STREAMS);
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 26 private static final int MAX_STREAMS = 8;
43 mSoundPool = new SoundPool(MAX_STREAMS, AudioManager.STREAM_MUSIC, 0);
46 mLoopingStreams = new int[MAX_STREAMS];

Completed in 119 milliseconds