Searched refs:mSoundPoolLoader (Results 1 – 1 of 1) sorted by relevance
113 private SoundPoolLoader mSoundPoolLoader; field in SoundEffectsHelper177 if (mSoundPoolLoader != null) { in onLoadSoundEffects()179 mSoundPoolLoader.addHandler(onComplete); in onLoadSoundEffects()200 mSoundPoolLoader = new SoundPoolLoader(); in onLoadSoundEffects()201 mSoundPoolLoader.addHandler(new OnEffectsLoadCompleteHandler() { in onLoadSoundEffects()204 mSoundPoolLoader = null; in onLoadSoundEffects()211 mSoundPoolLoader.addHandler(onComplete); in onLoadSoundEffects()231 mSoundPoolLoader.onComplete(true /*success*/); in onLoadSoundEffects()239 if (mSoundPoolLoader != null) { in onUnloadSoundEffects()240 mSoundPoolLoader.addHandler(new OnEffectsLoadCompleteHandler() { in onUnloadSoundEffects()[all …]