Home | History | Annotate | Download | only in media

Lines Matching defs:SoundPool

33 class SoundPool;
47 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
124 void init(SoundPool* soundPool);
150 SoundPool* mSoundPool;
163 class SoundPool {
167 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
168 ~SoundPool();
197 SoundPool() {} // no default constructor