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.java486 private Looper mSoundPoolLooper = null; field in AudioService
2412 mSoundPoolLooper = Looper.myLooper(); in run()
4144 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
4145 mSoundPoolLooper.quit(); in onLoadSoundEffects()
4146 mSoundPoolLooper = null; in onLoadSoundEffects()
4210 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
4211 mSoundPoolLooper.quit(); in onLoadSoundEffects()
4212 mSoundPoolLooper = null; in onLoadSoundEffects()