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.h20 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
34 SrpcClient* srpc_client)
37 srpc_client_(srpc_client) {
47 SrpcClient* srpc_client() const { return srpc_client_.get(); } function in class:plugin::NaClSubprocess
84 // Ownership of srpc_client taken from the service runtime.
32 NaClSubprocess(const std::string& description, ServiceRuntime* service_runtime, SrpcClient* srpc_client) argument
H A Dservice_runtime.cc40 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
511 SrpcClient* srpc_client = SrpcClient::New(connect_desc); local
512 NaClLog(4, "ServiceRuntime::SetupAppChannel (srpc_client=%p)\n",
513 static_cast<void*>(srpc_client));
515 return srpc_client;

Completed in 85 milliseconds