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

  /external/chromium_org/remoting/client/
chromoting_client.cc 11 #include "remoting/client/client_context.h"
29 ClientContext* client_context,
35 task_runner_(client_context->main_task_runner()),
43 client_context->main_task_runner(),
44 client_context->audio_decode_task_runner(),
chromoting_client.h 47 ClientContext* client_context,
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 93 // 3) initialize the channel (client_context) with the state.
97 ChannelControl* client_context = &client_control_->channels[ix]; local
103 &client_context->ping_event,
104 &client_context->pong_event)) {
108 client_context->channel_base = base_start;
109 client_context->state = kFreeChannel;
116 service_context->channel = client_context;
118 client_context->channel_base;
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 179 client_context_t client_context; // context passed from client, returned by server in corresponding reply variable
uds_daemon.c 379 reply->mhdr->client_context = request->hdr.client_context;
    [all...]
dnssd_clientstub.c 358 hdr->client_context = ref->uid;
    [all...]
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 87 // |client_context| is the pointer to StartChildProcessCallback which was
93 jlong client_context,
96 reinterpret_cast<StartChildProcessCallback*>(client_context);

Completed in 598 milliseconds