Home
last modified time | relevance | path

Searched defs:BinderNode (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DRpcState.h135 struct BinderNode { struct
139 wp<IBinder> binder;
142 sp<IBinder> sentRef;
151 size_t timesSent = 0;
155 size_t timesRecd = 0;
158 uint64_t asyncNumber = 0;
185 std::map<RpcAddress, BinderNode> mNodeForAddress; argument