Searched refs:timesSent (Results 1 – 2 of 2) sorted by relevance
110 node.timesSent++; in onBinderLeaving()146 .timesSent = 1, in onBinderLeaving()217 LOG_ALWAYS_FATAL_IF(it->second.timesSent <= 0, "Local binder must have been sent %p", in flushExcessBinderRefs()288 bool guaranteedHaveBinder = node.timesSent > 0; in clear()334 ss << "node{" << intptr_t(this->binder.unsafe_get()) << " times sent: " << this->timesSent in toString()1185 if (it->second.timesSent < body.amount) { in processDecStrong()1187 it->second.timesSent, addr, body.amount); in processDecStrong()1195 it->second.timesSent); in processDecStrong()1197 it->second.timesSent -= body.amount; in processDecStrong()1272 if (it->second.timesSent == 0) { in tryEraseNode()
241 size_t timesSent = 0; member