OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srpc_client
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h
21
#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.
srpc_client.cc
7
#include "ppapi/native_client/src/trusted/plugin/
srpc_client
.h"
67
nacl::scoped_ptr<SrpcClient>
srpc_client
(new SrpcClient());
68
if (!
srpc_client
->Init(wrapper)) {
72
return
srpc_client
.release();
pnacl_translate_thread.cc
167
if (llc_subprocess_->
srpc_client
()->GetLastError() ==
220
if (llc_subprocess_->
srpc_client
()->GetLastError() ==
service_runtime.cc
58
#include "ppapi/native_client/src/trusted/plugin/
srpc_client
.h"
806
SrpcClient*
srpc_client
= SrpcClient::New(connect_desc);
local
807
NaClLog(4, "ServiceRuntime::SetupAppChannel (
srpc_client
=%p)\n",
808
static_cast<void*>(
srpc_client
));
810
return
srpc_client
;
Completed in 32 milliseconds