Home
last modified time | relevance | path

Searched refs:mShutdown (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsFifoSocket.cpp31 mShutdown = false; in FifoSocket()
44 mShutdown = true; in shutdown()
66 if (mShutdown) { in writeWaitReturn()
77 if (mShutdown) { in read()
83 rsAssert(ret == bytes || mShutdown); in read()
85 if (mShutdown) { in read()
DrsFifoSocket.h48 bool mShutdown; variable
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DFactoryResetter.java47 private final boolean mShutdown; field in FactoryResetter
96 if (mShutdown) { in toString()
116 + "wipeAdoptableStorage=%b, wipeFRP=%b", mReason, mShutdown, mForce, mWipeEuicc, in factoryResetInternalUnchecked()
141 RecoverySystem.rebootWipeUserData(mContext, mShutdown, mReason, mForce, mWipeEuicc); in factoryResetInternalUnchecked()
148 mShutdown = builder.mShutdown; in FactoryResetter()
170 private boolean mShutdown; field in FactoryResetter.Builder
202 mShutdown = value; in setShutdown()
/frameworks/wilhelm/src/
DThreadPool.cpp91 tp->mShutdown = SL_BOOLEAN_FALSE; in ThreadPool_init()
177 tp->mShutdown = SL_BOOLEAN_TRUE; in ThreadPool_deinit_internal()
283 if (tp->mShutdown) { in ThreadPool_add()
300 if (tp->mShutdown) { in ThreadPool_add()
335 if (tp->mShutdown) { in ThreadPool_remove()
Dsync.cpp38 if (thiz->mEngine.mShutdown) { in sync_start()
DThreadPool.h57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested member
Ditfstruct.h302 SLboolean mShutdown; member
/frameworks/wilhelm/src/objects/
DCEngine.cpp71 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Realize()
127 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Destroy()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp116 bool mShutdown; member in android::BufferProducerThread
131 mShutdown(false) { in BufferProducerThread()
199 mShutdown = true; in shutdown()
234 if (mBuffer == NULL && !mShutdown && anw != NULL) { in threadLoop()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java245 private boolean mShutdown; field in GnssLocationProvider
445 mShutdown = true; in onSystemReady()
780 enabled &= !mShutdown; in updateEnabled()
/frameworks/wilhelm/src/itf/
DIEngine.cpp1000 thiz->mShutdown = SL_BOOLEAN_FALSE; in IEngine_init()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java376 private final AtomicBoolean mShutdown = new AtomicBoolean(); field in ShortcutService
1191 if (mShutdown.get()) { in saveDirtyInfo()
3815 mShutdown.set(true);