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

/frameworks/support/volley/src/com/android/volley/
H A DCacheDispatcher.java50 private volatile boolean mQuit = false; field in class:CacheDispatcher
75 mQuit = true;
152 if (mQuit) {
H A DNetworkDispatcher.java42 private volatile boolean mQuit = false; field in class:NetworkDispatcher
67 mQuit = true;
81 if (mQuit) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java54 boolean mQuit = false; field in class:BordeauxSessionManager.PeriodicSave
57 while (!mQuit) {
/frameworks/av/include/media/
H A DSoundPool.h228 bool mQuit; member in class:android::SoundPool

Completed in 363 milliseconds