Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcState.h135 struct BinderNode { struct
185 std::map<RpcAddress, BinderNode> mNodeForAddress; argument
H A DRpcState.cpp82 BinderNode{ in onBinderLeaving()
113 auto&& [it, inserted] = mNodeForAddress.insert({address, BinderNode{}}); in onBinderEntering()
561 it->second.asyncTodo.push(BinderNode::AsyncTodo{ in processTransactInternal()
665 const_cast<BinderNode::AsyncTodo&>(it->second.asyncTodo.top()).data); in processTransactInternal()