Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcWireFormat.h28 struct RpcWireAddress { struct
32 static inline RpcWireAddress fromRaw(uint64_t raw) { in fromRaw() argument
33 return *reinterpret_cast<RpcWireAddress*>(&raw); in fromRaw()
35 static inline uint64_t toRaw(RpcWireAddress addr) { in toRaw() argument
39 static_assert(sizeof(RpcWireAddress) == sizeof(uint64_t));
126 RpcWireAddress address;
133 RpcWireAddress address;
DRpcState.cpp127 RpcWireAddress address{ in onBinderLeaving()
142 auto&& [it, inserted] = mNodeForAddress.insert({RpcWireAddress::toRaw(address), in onBinderLeaving()
165 RpcWireAddress addr = RpcWireAddress::fromRaw(address); in onBinderEntering()
583 .address = RpcWireAddress::fromRaw(address), in transactAddress()
733 .address = RpcWireAddress::fromRaw(addr), in sendDecStrongToTarget()
881 uint64_t addr = RpcWireAddress::toRaw(transaction->address); in processTransactInternal()
1167 uint64_t addr = RpcWireAddress::toRaw(body.address); in processDecStrong()