Searched refs:soundPool (Results 1 – 1 of 1) sorted by relevance
172 SoundPool soundPool = (SoundPool) msg.obj; in handleMessage() local176 int soundPoolSoundId = soundPool.load(mContext, in handleMessage()183 soundPool.release(); in handleMessage()187 soundPool.play(soundId, mVolumeAttenuation, mVolumeAttenuation, /* priority= */ in handleMessage()198 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete() argument199 if (mSoundPool != soundPool) { in onLoadComplete()218 soundPool.setOnLoadCompleteListener(null); in onLoadComplete()