Searched refs:mSoundPool (Results 1 – 6 of 6) sorted by relevance
105 if (mSoundPool != null) { in initSoundPool()107 mSoundPool.release(); in initSoundPool()108 mSoundPool = null; in initSoundPool()125 mSoundPool.wait(); in initSoundPool()142 mSoundPool.stop(id); in TestSounds()164 mSoundPool.stop(id); in TestScales()191 mSoundPool.stop(id); in TestRates()217 mSoundPool.stop(id); in TestPriority()271 mSoundPool.stop(id); in TestPauseResume()327 mSoundPool.stop(id); in TestVolume()[all …]
51 private SoundPool mSoundPool; field in MediaActionSound148 mSoundPool = new SoundPool.Builder() in MediaActionSound()156 mSoundPool.setOnLoadCompleteListener(mLoadCompleteListener); in MediaActionSound()166 int id = mSoundPool.load(soundDir + soundFileName, 1); in loadSound()257 mSoundPool.play(sound.id, 1.0f, 1.0f, 0, 0, 1.0f); in play()311 if (mSoundPool != null) { in release()318 mSoundPool.release(); in release()319 mSoundPool = null; in release()
112 private SoundPool mSoundPool; field in SoundEffectsHelper182 if (mSoundPool != null) { in onLoadSoundEffects()190 mSoundPool = new SoundPool.Builder() in onLoadSoundEffects()197 mPlayerAvailableCb.accept(mSoundPool); in onLoadSoundEffects()216 int sampleId = mSoundPool.load(filePath, 0); in onLoadSoundEffects()236 if (mSoundPool == null) { in onUnloadSoundEffects()251 mSoundPool.unload(res.mSampleId); in onUnloadSoundEffects()255 mSoundPool.release(); in onUnloadSoundEffects()256 mSoundPool = null; in onUnloadSoundEffects()512 mSoundPool.setOnLoadCompleteListener(this); in SoundPoolLoader()[all …]
76 mSoundPool = soundPool; in setCallback()84 mCallback(event, mSoundPool, mUserData); in notify()97 SoundPool* mSoundPool = nullptr; // GUARDED_BY(mCallbackLock) variable
75 mSoundPool = soundPool; in setSoundPool()81 if (soundPool != mSoundPool) { in callback()106 SoundPool *mSoundPool = nullptr; member in __anone3471a910110::CallbackManager
26704 Landroid/media/MediaActionSound;->mSoundPool:Landroid/media/SoundPool;