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

  /frameworks/native/libs/binder/
BpBinder.cpp 91 , mAlive(1)
132 return mAlive != 0;
163 if (mAlive) {
166 if (status == DEAD_OBJECT) mAlive = 0;
248 mAlive = 0;
  /frameworks/native/include/binder/
BpBinder.h 112 volatile int32_t mAlive;