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.java495 private Looper mSoundPoolLooper = null; field in AudioService
2562 mSoundPoolLooper = Looper.myLooper(); in run()
4356 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
4357 mSoundPoolLooper.quit(); in onLoadSoundEffects()
4358 mSoundPoolLooper = null; in onLoadSoundEffects()
4422 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
4423 mSoundPoolLooper.quit(); in onLoadSoundEffects()
4424 mSoundPoolLooper = null; in onLoadSoundEffects()