Home
last modified time | relevance | path

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

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