/external/chromium_org/remoting/client/ |
BUILD.gn | 17 "client_context.cc", 18 "client_context.h",
|
chromoting_client.cc | 11 #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(),
|
client_context.cc | 5 #include "remoting/client/client_context.h"
|
chromoting_client.h | 45 ChromotingClient(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/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);
|
/external/chromium_org/remoting/ |
remoting_srcs.gypi | 220 'client/client_context.cc', 221 'client/client_context.h',
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_instance.h | 15 #include "remoting/client/client_context.h"
|
/external/mdnsresponder/mDNSShared/ |
dnssd_ipc.h | 179 client_context_t client_context; // context passed from client, returned by server in corresponding reply variable
|
dnssd_clientstub.c | 358 hdr->client_context = ref->uid; [all...] |
uds_daemon.c | 379 reply->mhdr->client_context = request->hdr.client_context; [all...] |
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.h | 20 #include "remoting/client/client_context.h"
|
pepper_view.cc | 20 #include "remoting/client/client_context.h"
|
/external/chromium_org/remoting/test/ |
protocol_perftest.cc | 19 #include "remoting/client/client_context.h"
|
/sdk/emulator/opengl/host/tools/emugen/ |
README | 191 ?client_context? class above and adds encoding and streaming
|