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

  /cts/tests/tests/media/src/android/media/cts/
SoundPoolAacTest.java 26 protected int getSoundA() {
SoundPoolMidiTest.java 26 protected int getSoundA() {
SoundPoolOggTest.java 26 protected int getSoundA() {
SoundPoolHapticTest.java 36 protected int getSoundA() {
SoundPoolTest.java 53 protected abstract int getSoundA();
66 int[] sounds = { getSoundA(),
101 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY);
132 InputStream is = mContext.getResources().openRawResource(getSoundA());
150 int sampleID = loadSampleSync(getSoundA(), PRIORITY);
193 int sampleID1 = loadSampleSync(getSoundA(), PRIORITY);

Completed in 595 milliseconds