Home
last modified time | relevance | path

Searched refs:SAMPLE_LOADED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status)); in doLoadSample()
DSoundPool.h45 enum MessageType { INVALID, SAMPLE_LOADED }; enumerator
/frameworks/base/media/java/android/media/
DSoundPool.java120 private static final int SAMPLE_LOADED = 1; field in SoundPool
545 case SAMPLE_LOADED: in handleMessage()