Searched refs:mSampleId (Results 1 – 1 of 1) sorted by relevance
91 int mSampleId; field in SoundEffectsHelper.Resource96 mSampleId = EFFECT_NOT_IN_SOUND_POOL; in Resource()100 mSampleId = EFFECT_NOT_IN_SOUND_POOL; in unload()210 res.mSampleId = sampleId; in onLoadSoundEffects()242 if (res.mSampleId != EFFECT_NOT_IN_SOUND_POOL) { in onUnloadSoundEffects()243 mSoundPool.unload(res.mSampleId); in onUnloadSoundEffects()262 if (mSoundPool != null && res.mSampleId != EFFECT_NOT_IN_SOUND_POOL && res.mLoaded) { in onPlaySoundEffect()263 mSoundPool.play(res.mSampleId, volFloat, volFloat, 0, 0, 1.0f); in onPlaySoundEffect()439 if (res.mSampleId == sampleId) { in findResourceBySampleId()518 if (res.mSampleId == sampleId && !res.mLoaded) { in onLoadComplete()[all …]