Searched refs:SoundPoolEvent (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
H A DSoundPool.cpp437 void SoundPool::notify(SoundPoolEvent event)
/frameworks/av/include/media/
H A DSoundPool.h36 class SoundPoolEvent { class in namespace:android
38 SoundPoolEvent(int msg, int arg1=0, int arg2=0) : function in class:android::SoundPoolEvent
47 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
203 void notify(SoundPoolEvent event);
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user)

Completed in 405 milliseconds