Searched defs:SoundPool (Results 1 – 3 of 3) sorted by relevance
35 class SoundPool; variable200 SoundPool() {} // no default constructor in SoundPool() function
107 public class SoundPool { class123 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool() method in SoundPool
38 SoundPool::SoundPool(int maxChannels, audio_stream_type_t streamType, int srcQuality) in SoundPool() function in android::SoundPool