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

  /frameworks/base/media/java/android/media/
SoundPool.java 122 private static final int SAMPLE_LOADED = 1;
448 case SAMPLE_LOADED:
  /frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp 111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
SoundPool.h 43 enum MessageType { INVALID, SAMPLE_LOADED };

Completed in 37 milliseconds