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.java566 private Looper mSoundPoolLooper = null; field in AudioService
3125 mSoundPoolLooper = Looper.myLooper(); in run()
5352 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
5353 mSoundPoolLooper.quit(); in onLoadSoundEffects()
5354 mSoundPoolLooper = null; in onLoadSoundEffects()
5416 if (mSoundPoolLooper != null) { in onLoadSoundEffects()
5417 mSoundPoolLooper.quit(); in onLoadSoundEffects()
5418 mSoundPoolLooper = null; in onLoadSoundEffects()