Home | History | Annotate | Download | only in binder

Lines Matching refs:refBase

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();
958 //ALOG_ASSERT(refs->refBase() == obj,
960 // refs, obj, refs->refBase());
965 refs = (RefBase::weakref_type*)mIn.readInt32();
970 ALOG_ASSERT(success && refs->refBase() == obj,
972 refs, obj, refs->refBase());