HomeSort by relevance Sort by last modified time
    Searched refs:mShutdown (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/
rsFifoSocket.cpp 33 mShutdown = false;
46 mShutdown = true;
66 if (mShutdown) {
77 if (mShutdown) {
83 rsAssert(ret == bytes || mShutdown);
85 if (mShutdown) {
rsFifoSocket.h 48 bool mShutdown;
  /frameworks/wilhelm/src/objects/
CEngine.c 66 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
112 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
  /frameworks/wilhelm/src/
sync.c 38 if (thiz->mEngine.mShutdown) {
ThreadPool.h 57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested
ThreadPool.c 91 tp->mShutdown = SL_BOOLEAN_FALSE;
177 tp->mShutdown = SL_BOOLEAN_TRUE;
283 if (tp->mShutdown) {
300 if (tp->mShutdown) {
335 if (tp->mShutdown) {
itfstruct.h 299 SLboolean mShutdown;
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]

Completed in 808 milliseconds