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