Home | History | Annotate | Download | only in media

Lines Matching refs:soundPool

35 class SoundPool;
49 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
127 void init(SoundPool* soundPool);
153 SoundPool* mSoundPool;
166 class SoundPool {
170 SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality);
171 ~SoundPool();
200 SoundPool() {} // no default constructor