Searched refs:mQuit (Results 1 - 5 of 5) 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/media/libmedia/
H A DSoundPool.cpp57 mQuit = false;
100 if (!mQuit) {
109 if (!mQuit) {
124 while (!mQuit) {
127 if (mQuit) break;
141 if (mQuit) break;
156 if (mQuit) break;
171 mQuit = true;
252 if (mQuit) {
/frameworks/av/include/media/
H A DSoundPool.h228 bool mQuit; member in class:android::SoundPool

Completed in 112 milliseconds