Home | History | Annotate | Download | only in audio

Lines Matching refs:SoundPool

90 import android.media.SoundPool;
294 private SoundPool mSoundPool;
304 * uses soundpool (second column) */
561 // listener for SoundPool sample load completion indication
563 // thread for SoundPool listener
565 // message looper for SoundPool listener
3087 * Loads samples into the soundpool.
3139 android.media.SoundPool.OnLoadCompleteListener {
3150 // do not wait ack for samples rejected upfront by SoundPool
3157 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) {
5330 mSoundPool = new SoundPool.Builder()
5351 Log.w(TAG, "onLoadSoundEffects() SoundPool listener or thread creation error");
5387 Log.w(TAG, "Soundpool could not load file: "+filePath);