HomeSort by relevance Sort by last modified time
    Searched refs:SrpcClient (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.h 30 // SrpcClient represents an SRPC connection to a client.
31 class SrpcClient {
34 static SrpcClient* New(nacl::DescWrapper* wrapper);
36 // Init is passed a DescWrapper. The SrpcClient performs service
41 ~SrpcClient();
55 NACL_DISALLOW_COPY_AND_ASSIGN(SrpcClient);
56 SrpcClient();
srpc_client.cc 59 SrpcClient::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::Init failed)\n"))
    [all...]
nacl_subprocess.h 35 SrpcClient* srpc_client)
48 SrpcClient* srpc_client() const { return srpc_client_.get(); }
86 nacl::scoped_ptr<SrpcClient> srpc_client_;
service_runtime.h 45 class SrpcClient;
249 // Establish an SrpcClient to the sel_ldr instance and load the nexe.
258 SrpcClient* SetupAppChannel();
service_runtime.cc 644 SrpcClient* ServiceRuntime::SetupAppChannel() {
654 SrpcClient* srpc_client = SrpcClient::New(connect_desc);

Completed in 78 milliseconds