Home
last modified time | relevance | path

Searched refs:mShutdown (Results 1 – 9 of 9) 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.c91 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.c38 if (thiz->mEngine.mShutdown) { in sync_start()
DThreadPool.h57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested member
Ditfstruct.h300 SLboolean mShutdown; member
/frameworks/wilhelm/src/objects/
DCEngine.c66 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Realize()
112 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE; in CEngine_Destroy()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp98 bool mShutdown; member in android::BufferProducerThread
113 mShutdown(false) { in BufferProducerThread()
181 mShutdown = true; in shutdown()
216 if (mBuffer == NULL && !mShutdown && anw != NULL) { in threadLoop()
/frameworks/wilhelm/src/itf/
DIEngine.c998 thiz->mShutdown = SL_BOOLEAN_FALSE; in IEngine_init()