Searched refs:mDead (Results 1 – 3 of 3) sorted by relevance
208 bool mDead; variable
1355 mDead(false), mDataInjectionMode(isDataInjectionMode), mEventCache(NULL), in SensorEventConnection()1378 return !mDead && mWakeLockRefCount > 0; in needsWakeLock()1480 if (!isConnectionActive || mDead) { in updateLooperRegistrationLocked()1853 mDead = true; in handleEvent()
2117 if (proc.mDead) { in dumpProcessInternalLocked()2118 pw.print(prefix); pw.print("mDead="); pw.println(proc.mDead); in dumpProcessInternalLocked()2893 boolean mDead; field in ProcessStats.ProcessState2992 mDead = true; in makeDead()2996 if (!mDead) { in ensureNotDead()3342 if (mDead && proc.mCommonProcess != proc) { in pullFixedProc()