Home
last modified time | relevance | path

Searched defs:SoundPoolImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DSoundPool.java510 /* package */ static class SoundPoolImpl implements SoundPoolDelegate { class in SoundPool
531 public SoundPoolImpl(SoundPool proxy, int maxStreams, AudioAttributes attr) { in SoundPoolImpl() method in SoundPool.SoundPoolImpl