HomeSort by relevance Sort by last modified time
    Searched refs:mDead (Results 1 - 4 of 4) 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 113 // Add or remove the file descriptor associated with the BitTube to the looper. If mDead is set
139 bool mDead;
SensorEventConnection.cpp 32 mDead(false), mDataInjectionMode(isDataInjectionMode), mEventCache(NULL),
55 return !mDead && mWakeLockRefCount > 0;
157 if (!isConnectionActive || mDead) { if (mHasLooperCallbacks) {
530 // If the Looper encounters some error, set the flag mDead, reset mWakeLockRefCount,
535 mDead = true;
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 155 private boolean mDead;
273 mDead = true;
277 if (!mDead) {
579 if (mDead && proc.mCommonProcess != proc) {
    [all...]

Completed in 2830 milliseconds