Searched defs:SoundPool (Results 1 – 3 of 3) sorted by relevance
114 public class SoundPool { class153 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() method in SoundPool158 private SoundPool(int maxStreams, AudioAttributes attributes) { in SoundPool() method in SoundPool
35 class SoundPool; variable193 SoundPool() {} // no default constructor in SoundPool() function
47 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes) in SoundPool() function in android::SoundPool