Home
last modified time | relevance | path

Searched refs:mShutdown (Results 1 – 10 of 10) 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/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.java326 private boolean mShutdown; field in GnssLocationProvider
728 mShutdown = true; in GnssLocationProvider()
1060 enabled &= !mShutdown; in updateEnabled()
/frameworks/wilhelm/src/itf/
DIEngine.cpp1000 thiz->mShutdown = SL_BOOLEAN_FALSE; in IEngine_init()