Searched refs:soundPool (Results 1 – 1 of 1) sorted by relevance
171 SoundPool soundPool = (SoundPool) msg.obj; in handleMessage() local175 int soundPoolSoundId = soundPool.load(mContext, in handleMessage()182 soundPool.release(); in handleMessage()186 soundPool.play(soundId, mVolumeAttenuation, mVolumeAttenuation, /* priority= */ in handleMessage()197 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete() argument198 if (mSoundPool != soundPool) { in onLoadComplete()217 soundPool.setOnLoadCompleteListener(null); in onLoadComplete()