Home | History | Annotate | Download | only in binder

Lines Matching refs:refBase

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();
996 //ALOG_ASSERT(refs->refBase() == obj,
998 // refs, obj, refs->refBase());
1003 refs = (RefBase::weakref_type*)mIn.readInt32();
1008 ALOG_ASSERT(success && refs->refBase() == obj,
1010 refs, obj, refs->refBase());