Home
last modified time | relevance | path

Searched refs:timesSent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DRpcState.cpp73 node.timesSent++; in onBinderLeaving()
84 .timesSent = 1, in onBinderLeaving()
152 node.binder.unsafe_get(), node.timesSent, node.timesRecd, address.toString().c_str(), in dump()
445 if (it->second.timesRecd == 0 && it->second.timesSent == 0) { in sendDecStrong()
741 if (it->second.timesSent == 0) { in processDecStrong()
751 it->second.timesSent--; in processDecStrong()
752 if (it->second.timesSent == 0) { in processDecStrong()
DRpcState.h151 size_t timesSent = 0; member