Searched defs:SoundPool (Results 1 – 3 of 3) sorted by relevance
33 class SoundPool; variable197 SoundPool() {} // no default constructor in SoundPool() function
105 public class SoundPool class137 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() method in SoundPool
42 SoundPool::SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality) in SoundPool() function in android::SoundPool