Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java172 SoundPool soundPool = (SoundPool) msg.obj; in handleMessage() local
176 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() argument
199 if (mSoundPool != soundPool) { in onLoadComplete()
218 soundPool.setOnLoadCompleteListener(null); in onLoadComplete()