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

  /frameworks/rs/
rsFifoSocket.cpp 31 mShutdown = false;
44 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 300 SLboolean mShutdown;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 73 private volatile boolean mShutdown = false; // Used to interrupt socket accept thread
467 if(mShutdown) {
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 98 bool mShutdown;
113 mShutdown(false) {
181 mShutdown = true;
216 if (mBuffer == NULL && !mShutdown && anw != NULL) {
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]

Completed in 210 milliseconds