Searched defs:mSoundPoolLooper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java486 private Looper mSoundPoolLooper = null; field in class:AudioService
2412 mSoundPoolLooper = Looper.myLooper();
4144 if (mSoundPoolLooper != null) {
4145 mSoundPoolLooper.quit();
4146 mSoundPoolLooper = null;
4210 if (mSoundPoolLooper != null) {
4211 mSoundPoolLooper.quit();
4212 mSoundPoolLooper = null;

Completed in 83 milliseconds