Searched refs:soundPoolSoundId (Results 1 – 1 of 1) sorted by relevance
102 int soundPoolSoundId = getSoundPoolIdForEffect(effect); in playSoundEffect() local103 if (soundPoolSoundId >= 0) { in playSoundEffect()104 mHandler.sendMessage(mHandler.obtainMessage(MSG_PLAY_SOUND, soundPoolSoundId, 0, in playSoundEffect()156 Integer soundPoolSoundId = mEffectIdToSoundPoolId.getOrDefault(effect, -1); in getSoundPoolIdForEffect() local157 if (mLoadedSoundPoolIds.contains(soundPoolSoundId)) { in getSoundPoolIdForEffect()158 return soundPoolSoundId; in getSoundPoolIdForEffect()175 int soundPoolSoundId = soundPool.load(mContext, in handleMessage() local177 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()