Home
last modified time | relevance | path

Searched refs:fromRawEmbedded (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcAddress.h56 static RpcAddress fromRawEmbedded(const RpcWireAddress* raw);
/aosp12/frameworks/native/libs/binder/
H A DRpcAddress.cpp61 RpcAddress RpcAddress::fromRawEmbedded(const RpcWireAddress* raw) { in fromRawEmbedded() function in android::RpcAddress
H A DRpcState.cpp525 auto addr = RpcAddress::fromRawEmbedded(&transaction->address); in processTransactInternal()
725 auto addr = RpcAddress::fromRawEmbedded(address); in processDecStrong()