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

  /frameworks/native/libs/binder/
IPCThreadState.cpp 458 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
941 RefBase::weakref_type* refs;
953 refs = (RefBase::weakref_type*)mIn.readInt32();
955 ALOG_ASSERT(refs->refBase() == obj,
957 refs, obj, refs->refBase());
969 refs = (RefBase::weakref_type*)mIn.readInt32();
971 ALOG_ASSERT(refs->refBase() == obj,
973 refs, obj, refs->refBase());
982 refs = (RefBase::weakref_type*)mIn.readInt32();
991 refs = (RefBase::weakref_type*)mIn.readInt32()
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 65 class RefBase
79 RefBase* refBase() const;
121 typedef RefBase basetype;
124 RefBase();
125 virtual ~RefBase();
155 RefBase(const RefBase& o);
156 RefBase& operator=(const RefBase& o)
    [all...]
  /frameworks/rs/server/
RefBase.h 64 class RefBase
78 RefBase* refBase() const;
120 typedef RefBase basetype;
123 RefBase();
124 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]