Searched refs:EFFECT_NOT_IN_SOUND_POOL (Results 1 – 1 of 1) sorted by relevance
69 private static final int EFFECT_NOT_IN_SOUND_POOL = 0; // SoundPool sample IDs > 0 field in SoundEffectsHelper100 mSampleId = EFFECT_NOT_IN_SOUND_POOL; in Resource()104 mSampleId = EFFECT_NOT_IN_SOUND_POOL; in unload()250 if (res.mSampleId != EFFECT_NOT_IN_SOUND_POOL) { in onUnloadSoundEffects()270 if (mSoundPool != null && res.mSampleId != EFFECT_NOT_IN_SOUND_POOL && res.mLoaded) { in onPlaySoundEffect()530 if (res.mSampleId != EFFECT_NOT_IN_SOUND_POOL && !res.mLoaded) { in onLoadComplete()