Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DSoundPool.java141 mImpl = new SoundPoolImpl(this, maxStreams, attributes); in SoundPool()
510 /* package */ static class SoundPoolImpl implements SoundPoolDelegate { class in SoundPool
531 public SoundPoolImpl(SoundPool proxy, int maxStreams, AudioAttributes attr) { in SoundPoolImpl() method in SoundPool.SoundPoolImpl
702 SoundPoolImpl soundPoolImpl = (SoundPoolImpl)((WeakReference)weakRef).get(); in postEventFromNative()
/frameworks/base/
Dpreloaded-classes895 android.media.SoundPool$SoundPoolImpl