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

/frameworks/base/media/java/android/media/
H A DSoundPool.java127 mImpl = new SoundPoolImpl(this, maxStreams, streamType, srcQuality);
440 /* package */ static class SoundPoolImpl implements SoundPoolDelegate { class in class:SoundPool
459 public SoundPoolImpl(SoundPool proxy, int maxStreams, int streamType, int srcQuality) { method in class:SoundPool.SoundPoolImpl
602 SoundPoolImpl soundPoolImpl = (SoundPoolImpl)((WeakReference)weakRef).get();

Completed in 54 milliseconds