Searched refs:mDead (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h115 // Add or remove the file descriptor associated with the BitTube to the looper. If mDead is set
141 bool mDead; member in class:android::SensorService::SensorEventConnection
H A DSensorEventConnection.cpp34 mDead(false), mDataInjectionMode(isDataInjectionMode), mEventCache(NULL),
57 return !mDead && mWakeLockRefCount > 0;
159 if (!isConnectionActive || mDead) { if (mHasLooperCallbacks) {
539 // If the Looper encounters some error, set the flag mDead, reset mWakeLockRefCount,
544 mDead = true;
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java156 private boolean mDead; field in class:ProcessState
274 mDead = true;
278 if (!mDead) {
383 if (!mDead && (mCurState != state)) {
580 if (mDead && proc.mCommonProcess != proc) {
956 if (mDead) {
957 pw.print(prefix); pw.print("mDead="); pw.println(mDead);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1658 mDead = dead;
1663 doConnected(mName, mService, mDead);
1672 final boolean mDead; field in class:LoadedApk.ServiceDispatcher.RunConnection

Completed in 135 milliseconds