Lines Matching refs:SoundPool
33 class SoundPool;
47 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
122 void init(SoundPool* soundPool);
148 SoundPool* mSoundPool;
161 class SoundPool {
165 SoundPool(int maxChannels, int streamType, int srcQuality);
166 ~SoundPool();
195 SoundPool() {} // no default constructor