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

  /external/replicaisland/src/com/replica/replicaisland/
TheSourceComponent.java 36 private boolean mDead;
55 mDead = false;
81 mDead = true;
88 if (mDead) {
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 116 // Add or remove the file descriptor associated with the BitTube to the looper. If mDead is set
142 bool mDead;
SensorEventConnection.cpp 34 mDead(false), mDataInjectionMode(isDataInjectionMode), mEventCache(NULL),
70 return !mDead && mWakeLockRefCount > 0;
172 if (!isConnectionActive || mDead) { if (mHasLooperCallbacks) {
559 // If the Looper encounters some error, set the flag mDead, reset mWakeLockRefCount,
564 mDead = true;
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 156 private boolean mDead;
271 mDead = true;
275 if (!mDead) {
380 if (!mDead && (mCurState != state)) {
565 if (mDead && proc.mCommonProcess != proc) {
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java     [all...]

Completed in 85 milliseconds