Searched refs:mShutdown (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/
H A DrsFifoSocket.cpp31 mShutdown = false;
44 mShutdown = true;
66 if (mShutdown) {
77 if (mShutdown) {
83 rsAssert(ret == bytes || mShutdown);
85 if (mShutdown) {
H A DrsFifoSocket.h48 bool mShutdown; member in class:android::renderscript::FifoSocket
/frameworks/wilhelm/src/objects/
H A DCEngine.c66 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
112 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
/frameworks/wilhelm/src/
H A Dsync.c38 if (thiz->mEngine.mShutdown) {
H A DThreadPool.h57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested member in struct:__anon1571
H A DThreadPool.c91 tp->mShutdown = SL_BOOLEAN_FALSE;
177 tp->mShutdown = SL_BOOLEAN_TRUE;
283 if (tp->mShutdown) {
300 if (tp->mShutdown) {
335 if (tp->mShutdown) {
H A Ditfstruct.h300 SLboolean mShutdown; member in struct:Engine_interface
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp98 bool mShutdown; member in class:android::BufferProducerThread
113 mShutdown(false) {
181 mShutdown = true;
216 if (mBuffer == NULL && !mShutdown && anw != NULL) {
/frameworks/wilhelm/src/itf/
H A DIEngine.c998 thiz->mShutdown = SL_BOOLEAN_FALSE;

Completed in 113 milliseconds