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

/frameworks/volley/src/com/android/volley/
H A DCacheDispatcher.java49 private volatile boolean mQuit = false; field in class:CacheDispatcher
74 mQuit = true;
151 if (mQuit) {
H A DNetworkDispatcher.java44 private volatile boolean mQuit = false; field in class:NetworkDispatcher
69 mQuit = true;
91 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.h231 bool mQuit; member in class:android::SoundPool
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java112 private final AtomicBoolean mQuit = new AtomicBoolean(false); field in class:RequestThreadManager
975 if (!mQuit.getAndSet(true)) { // Avoid sending messages on dead thread's handler.

Completed in 119 milliseconds