Searched refs:client_context (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/client/
H A Dchromoting_client.cc11 #include "remoting/client/client_context.h"
28 ClientContext* client_context,
32 : task_runner_(client_context->main_task_runner()),
38 client_context->main_task_runner(),
39 client_context->audio_decode_task_runner(),
27 ChromotingClient( ClientContext* client_context, ClientUserInterface* user_interface, VideoRenderer* video_renderer, scoped_ptr<AudioPlayer> audio_player) argument
H A Dchromoting_client.h45 ChromotingClient(ClientContext* client_context,
/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_server.cc93 // 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/
H A Ddnssd_ipc.h179 client_context_t client_context; // context passed from client, returned by server in corresponding reply variable
H A Duds_daemon.c379 reply->mhdr->client_context = request->hdr.client_context;
903 reply->mhdr->client_context = re->regrec_client_context;
977 LogOperation("%3d: Cancel %08X %08X", request->sd, request->hdr.client_context.u32[1], request->hdr.client_context.u32[0]);
981 (*req)->hdr.client_context.u32[0] == request->hdr.client_context.u32[0] &&
982 (*req)->hdr.client_context.u32[1] == request->hdr.client_context.u32[1])
1016 re->regrec_client_context = request->hdr.client_context;
[all...]
H A Ddnssd_clientstub.c358 hdr->client_context = ref->uid;
1560 DNSRecordRef rref = cbh->ipc_hdr.client_context.context;
1570 while (op && (op->uid.u32[0] != cbh->ipc_hdr.client_context.u32[0] || op->uid.u32[1] != cbh->ipc_hdr.client_context.u32[1]))
1672 hdr->client_context.context = rref;
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc87 // |client_context| is the pointer to StartChildProcessCallback which was
93 jlong client_context,
96 reinterpret_cast<StartChildProcessCallback*>(client_context);
91 OnChildProcessStarted(JNIEnv*, jclass, jlong client_context, jint handle) argument

Completed in 177 milliseconds