Home
last modified time | relevance | path

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

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