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

  /frameworks/base/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
894 RefBase::weakref_type* refs;
906 refs = (RefBase::weakref_type*)mIn.readInt32();
908 LOG_ASSERT(refs->refBase() == obj,
910 refs, obj, refs->refBase());
922 refs = (RefBase::weakref_type*)mIn.readInt32();
924 LOG_ASSERT(refs->refBase() == obj,
926 refs, obj, refs->refBase());
935 refs = (RefBase::weakref_type*)mIn.readInt32();
944 refs = (RefBase::weakref_type*)mIn.readInt32()
    [all...]
  /frameworks/base/include/utils/
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...]
  /frameworks/base/libs/utils/
RefBase.cpp 17 #define LOG_TAG "RefBase"
19 #include <utils/RefBase.h>
52 class RefBase::weakref_impl : public RefBase::weakref_type
57 RefBase* const mBase;
62 weakref_impl(RefBase* base)
81 weakref_impl(RefBase* base)
141 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
147 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
157 // "renameStrongRefId: RefBase=%p, oid=%p, nid=%p"
    [all...]

Completed in 121 milliseconds