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

  /frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp 111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
SoundPool.h 36 class SoundPoolEvent {
38 SoundPoolEvent(int msg, int arg1=0, int arg2=0) :
47 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
203 void notify(SoundPoolEvent event);
android_media_SoundPool.cpp 171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user)
SoundPool.cpp 437 void SoundPool::notify(SoundPoolEvent event)

Completed in 50 milliseconds