Searched refs:SrpcClient (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.h31 // SrpcClient represents an SRPC connection to a client.
32 class SrpcClient { class in namespace:plugin
35 static SrpcClient* New(nacl::DescWrapper* wrapper);
37 // Init is passed a DescWrapper. The SrpcClient performs service
42 ~SrpcClient();
56 NACL_DISALLOW_COPY_AND_ASSIGN(SrpcClient);
57 SrpcClient();
H A Dsrpc_client.cc59 SrpcClient::SrpcClient() function in class:plugin::SrpcClient
61 PLUGIN_PRINTF(("SrpcClient::SrpcClient (this=%p)\n",
66 SrpcClient* SrpcClient::New(nacl::DescWrapper* wrapper) {
67 nacl::scoped_ptr<SrpcClient> srpc_client(new SrpcClient());
69 PLUGIN_PRINTF(("SrpcClient::New (SrpcClient
[all...]
H A Dnacl_subprocess.h34 SrpcClient* srpc_client)
47 SrpcClient* srpc_client() const { return srpc_client_.get(); }
85 nacl::scoped_ptr<SrpcClient> srpc_client_;
H A Dservice_runtime.h31 class SrpcClient;
167 // Establish an SrpcClient to the sel_ldr instance and start the nexe.
173 SrpcClient* SetupAppChannel();
H A Dservice_runtime.cc501 SrpcClient* ServiceRuntime::SetupAppChannel() {
511 SrpcClient* srpc_client = SrpcClient::New(connect_desc);

Completed in 760 milliseconds