Home
last modified time | relevance | path

Searched refs:mSoundPoolLooper (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java500 private Looper mSoundPoolLooper = null; field in AudioService
3543 mSoundPoolLooper = Looper.myLooper(); in run()
5156 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
5157 mSoundPoolLooper.quit(); in onLoadSoundEffects()
5158 mSoundPoolLooper = null; in onLoadSoundEffects()
5220 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
5221 mSoundPoolLooper.quit(); in onLoadSoundEffects()
5222 mSoundPoolLooper = null; in onLoadSoundEffects()