HomeSort by relevance Sort by last modified time
    Searched defs:ServiceRuntime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 52 ServiceRuntime* service_runtime,
238 ServiceRuntime::ServiceRuntime(Plugin* plugin,
260 bool ServiceRuntime::SetupCommandChannel() {
261 NaClLog(4, "ServiceRuntime::SetupCommand (this=%p, subprocess=%p)\n",
276 "ServiceRuntime: command channel creation failed");
283 bool ServiceRuntime::InitReverseService() {
300 "ServiceRuntime: reverse setup rpc failed");
306 NaClLog(4, "ServiceRuntime: got 0x%" NACL_PRIxPTR "\n",
313 "ServiceRuntime: wrapper allocation failure")
    [all...]
service_runtime.h 32 class ServiceRuntime;
89 ServiceRuntime* service_runtime,
126 ServiceRuntime* service_runtime_;
134 // ServiceRuntime abstracts a NativeClient sel_ldr instance.
135 class ServiceRuntime {
137 ServiceRuntime(Plugin* plugin,
143 ~ServiceRuntime();
182 NACL_DISALLOW_COPY_AND_ASSIGN(ServiceRuntime);

Completed in 3074 milliseconds