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

  /frameworks/native/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
903 RefBase::weakref_type* refs;
915 refs = (RefBase::weakref_type*)mIn.readInt32();
917 ALOG_ASSERT(refs->refBase() == obj,
919 refs, obj, refs->refBase());
931 refs = (RefBase::weakref_type*)mIn.readInt32();
933 ALOG_ASSERT(refs->refBase() == obj,
935 refs, obj, refs->refBase());
944 refs = (RefBase::weakref_type*)mIn.readInt32();
953 refs = (RefBase::weakref_type*)mIn.readInt32()
    [all...]
  /frameworks/native/include/utils/
RefBase.h 69 class RefBase
83 RefBase* refBase() const;
125 typedef RefBase basetype;
128 RefBase();
129 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 17 #define LOG_TAG "RefBase"
20 #include <utils/RefBase.h>
61 class RefBase::weakref_impl : public RefBase::weakref_type
66 RefBase* const mBase;
71 weakref_impl(RefBase* base)
90 weakref_impl(RefBase* base)
140 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
146 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
156 // "renameStrongRefId: RefBase=%p, oid=%p, nid=%p"
    [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...]

Completed in 29 milliseconds