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

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

Completed in 66 milliseconds