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

  /frameworks/native/services/sensorservice/
SensorEventConnection.h 115 // Add or remove the file descriptor associated with the BitTube to the looper. If mDead is set
141 bool mDead;
  /external/replicaisland/src/com/replica/replicaisland/
TheSourceComponent.java 36 private boolean mDead;
55 mDead = false;
81 mDead = true;
88 if (mDead) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 156 private boolean mDead;
274 mDead = true;
278 if (!mDead) {
383 if (!mDead && (mCurState != state)) {
580 if (mDead && proc.mCommonProcess != proc) {
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java     [all...]

Completed in 345 milliseconds