Searched defs:srpc_client (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dnacl_subprocess.h21 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
35 SrpcClient* srpc_client)
38 srpc_client_(srpc_client) {
48 SrpcClient* srpc_client() const { return srpc_client_.get(); } function in class:plugin::NaClSubprocess
85 // Ownership of srpc_client taken from the service runtime.
33 NaClSubprocess(const nacl::string& description, ServiceRuntime* service_runtime, SrpcClient* srpc_client) argument
H A Dservice_runtime.cc56 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
654 SrpcClient* srpc_client = SrpcClient::New(connect_desc); local
655 NaClLog(4, "ServiceRuntime::SetupAppChannel (srpc_client=%p)\n",
656 static_cast<void*>(srpc_client));
658 return srpc_client;

Completed in 191 milliseconds