Home
last modified time | relevance | path

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

/external/sandboxed-api/sandboxed_api/
Dvar_int.cc27 if (GetFreeRPCChannel() && GetRemoteFd() >= 0 && own_remote_) { in ~Fd()
28 this->CloseRemoteFd(GetFreeRPCChannel()).IgnoreError(); in ~Fd()
Dvar_abstract.h113 RPCChannel* GetFreeRPCChannel() { return free_rpc_channel_; } in GetFreeRPCChannel() function