Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsFifoSocket.cpp33 mShutdown = false; in FifoSocket()
46 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/rs/
DrsFifoSocket.cpp33 mShutdown = false; in FifoSocket()
46 mShutdown = true; in shutdown()
68 if (mShutdown) { in writeWaitReturn()
79 if (mShutdown) { in read()
85 rsAssert(ret == bytes || mShutdown); in read()
87 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.h299 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/core/java/android/webkit/
DAccessibilityInjector.java660 private volatile boolean mShutdown; field in AccessibilityInjector.TextToSpeechWrapper
671 mShutdown = false; in TextToSpeechWrapper()
744 mShutdown = true; in shutdown()
754 if (!mShutdown && (status == TextToSpeech.SUCCESS)) {
/frameworks/wilhelm/src/itf/
DIEngine.c989 thiz->mShutdown = SL_BOOLEAN_FALSE; in IEngine_init()