Lines Matching refs:refs
553 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local
555 refs->decWeak(mProcess.get()); in processPendingDerefs()
574 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs() local
575 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1076 RefBase::weakref_type* refs; in executeCommand() local
1088 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1090 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1092 refs, obj, refs->refBase()); in executeCommand()
1099 mOut.writePointer((uintptr_t)refs); in executeCommand()
1104 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1106 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1108 refs, obj, refs->refBase()); in executeCommand()
1117 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1119 refs->incWeak(mProcess.get()); in executeCommand()
1121 mOut.writePointer((uintptr_t)refs); in executeCommand()
1126 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1134 mPendingWeakDerefs.push(refs); in executeCommand()
1138 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1142 const bool success = refs->attemptIncStrong(mProcess.get()); in executeCommand()
1143 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1145 refs, obj, refs->refBase()); in executeCommand()