Searched defs:Send (Results 51 - 75 of 249) sorted by relevance

12345678910

/external/chromium_org/ipc/
H A Dipc_test_sink.cc18 bool TestSink::Send(Message* message) { function in class:IPC::TestSink
H A Dipc_sync_message_unittest.cc117 bool Send(IPC::Message* message) { function in class:__anon8490::TestMessageReceiver
158 void Send(IPC::SyncMessage* msg) { function in namespace:__anon8490
183 Send(new Msg_C_0_1(&bool1));
186 Send(new Msg_C_0_2(&bool1, &int1));
190 Send(new Msg_C_0_3(&bool1, &int1, &string1));
196 Send(new Msg_C_1_1(1, &bool1));
200 Send(new Msg_C_1_2(false, &bool1, &int1));
205 Send(new Msg_C_1_3(3, &string1, &int1, &bool1));
211 Send(new Msg_C_2_1(1, false, &bool1));
215 Send(ne
[all...]
/external/chromium_org/media/midi/
H A Dusb_midi_output_stream.cc16 void UsbMidiOutputStream::Send(const std::vector<uint8>& data) { function in class:media::UsbMidiOutputStream
50 jack_.device->Send(jack_.endpoint_number(), data_to_send);
/external/chromium_org/ppapi/proxy/
H A Dplugin_message_filter.cc50 bool PluginMessageFilter::Send(IPC::Message* msg) { function in class:ppapi::proxy::PluginMessageFilter
52 return sender_->Send(msg);
H A Dresource_message_test_sink.cc45 bool ResourceMessageTestSink::Send(IPC::Message* msg) { function in class:ppapi::proxy::ResourceMessageTestSink
53 bool result = IPC::TestSink::Send(msg); // Deletes |msg|.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.cc68 int AsyncStunTCPSocket::Send(const void *pv, size_t cb, function in class:cricket::AsyncStunTCPSocket
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_host_gbm.cc59 Send(queued_messages_.front());
95 bool GpuPlatformSupportHostGbm::Send(IPC::Message* message) { function in class:ui::GpuPlatformSupportHostGbm
97 return sender_->Send(message);
108 Send(new OzoneGpuMsg_CursorSet(widget, bitmaps, location, frame_delay_ms));
114 Send(new OzoneGpuMsg_CursorMove(widget, location));
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.cc61 bool AppShimHost::Send(IPC::Message* message) { function in class:AppShimHost
63 return channel_->Send(message);
110 Send(new AppShimMsg_LaunchApp_Done(result));
120 Send(new AppShimMsg_Hide);
124 Send(new AppShimMsg_SetUserAttention(type));
/external/chromium_org/chrome/renderer/media/
H A Dcast_transport_sender_ipc.cc26 Send(new CastHostMsg_New(channel_id_, remote_end_point, *options));
30 Send(new CastHostMsg_Delete(channel_id_));
42 Send(new CastHostMsg_InitializeAudio(channel_id_, config));
51 Send(new CastHostMsg_InitializeVideo(channel_id_, config));
56 Send(new CastHostMsg_InsertFrame(channel_id_, ssrc, frame));
63 Send(new CastHostMsg_SendSenderReport(channel_id_,
71 Send(new CastHostMsg_CancelSendingFrames(channel_id_,
78 Send(new CastHostMsg_ResendFrameForKickstart(channel_id_,
117 void CastTransportSenderIPC::Send(IPC::Message* message) { function in class:CastTransportSenderIPC
119 CastIPCDispatcher::Get()->Send(messag
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_driver.cc83 void GCMDriver::Send(const std::string& app_id, function in class:gcm::GCMDriver
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter_unittest.cc52 int Send(void* buf, size_t buf_size) { function in class:__anon6611::NaClIPCAdapterTest
55 return adapter_->Send(&msg);
114 // Send a message with one int inside it.
128 int result = Send(buf, buf_size);
145 result = Send(buf, first_chunk_size);
154 result = Send(&buf[first_chunk_size], second_chunk_size);
159 // Send the rest of the message in a third chunk.
161 result = Send(&buf[first_chunk_size + second_chunk_size],
246 // Send too much data and make sure that the send fails.
247 int result = Send(bu
[all...]
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.cc117 message_sender_->Send(new P2PMsg_OnSocketCreated(
131 message_sender_->Send(new P2PMsg_OnError(id_));
176 message_sender_->Send(new P2PMsg_OnDataReceived(
187 void P2PSocketHostUdp::Send(const net::IPEndPoint& to, function in class:content::P2PSocketHostUdp
192 // The Send message may be sent after the an OnError message was
228 TRACE_EVENT_ASYNC_STEP_INTO1("p2p", "Send", packet.id, "UdpAsyncSendTo",
286 // Send next packets if we have them waiting in the buffer.
296 TRACE_EVENT_ASYNC_END1("p2p", "Send", packet_id,
307 message_sender_->Send(new P2PMsg_OnSendComplete(id_));
/external/chromium_org/content/child/
H A Dsocket_stream_dispatcher.cc42 virtual bool Send(const std::vector<char>& data) OVERRIDE;
84 ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_));
105 ChildThread::current()->Send(
111 bool IPCWebSocketStreamHandleBridge::Send(const std::vector<char>& data) { function in class:content::IPCWebSocketStreamHandleBridge
112 DVLOG(1) << "Bridge #" << socket_id_ << " Send (" << data.size()
115 ChildThread::current()->Send(
125 ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_));
H A Dweb_socket_stream_handle_impl.cc47 bool Send(const WebData& data);
99 bool WebSocketStreamHandleImpl::Context::Send(const WebData& data) { function in class:content::WebSocketStreamHandleImpl::Context
100 VLOG(1) << "Send data.size=" << data.size();
102 return bridge_->Send(
191 return context_->Send(data);
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc40 g_thread_safe_sender.Get()->Send(new GpuHostMsg_OnLogMessage(
96 bool GpuChildThread::Send(IPC::Message* msg) { function in class:content::GpuChildThread
101 return ChildThread::Send(msg);
136 Send(new GpuHostMsg_Initialized(!dead_on_arrival_, gpu_info_));
138 Send(deferred_messages_.front());
217 Send(new GpuHostMsg_GraphicsInfoCollected(gpu_info_));
232 Send(new GpuHostMsg_VideoMemoryUsageStats(video_memory_usage_stats));
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.cc145 bool BrowserMessageFilter::Send(IPC::Message* message) { function in class:content::BrowserMessageFilter
159 base::Bind(base::IgnoreResult(&BrowserMessageFilter::Send), this,
165 return sender_->Send(message);
194 sender->Send(reply);
/external/chromium_org/content/renderer/media/
H A Daec_dump_message_filter.cc76 void AecDumpMessageFilter::Send(IPC::Message* message) { function in class:content::AecDumpMessageFilter
79 sender_->Send(message);
85 Send(new AecDumpMsg_RegisterAecDumpConsumer(id));
89 Send(new AecDumpMsg_UnregisterAecDumpConsumer(id));
H A Dmidi_message_filter.cc36 void MidiMessageFilter::Send(IPC::Message* message) { function in class:content::MidiMessageFilter
41 sender_->Send(message);
90 Send(new MidiHostMsg_StartSession(client_id));
232 // Send to the browser.
233 Send(new MidiHostMsg_SendData(port, data, timestamp));
H A Dvideo_capture_message_filter.cc49 bool VideoCaptureMessageFilter::Send(IPC::Message* message) { function in class:content::VideoCaptureMessageFilter
55 return sender_->Send(message);
114 // Send the buffer back to Host in case it's waiting for all buffers
117 Send(new VideoCaptureHostMsg_BufferReady(device_id, buffer_id, 0));
135 // Send the buffer back to Host in case it's waiting for all buffers
137 Send(new VideoCaptureHostMsg_BufferReady(device_id, buffer_id, 0));
156 // Send the buffer back to Host in case it's waiting for all buffers
158 Send(new VideoCaptureHostMsg_BufferReady(device_id, buffer_id, 0));
/external/chromium_org/content/renderer/npapi/
H A Dplugin_channel_host.cc89 Send(new PluginMsg_GenerateRouteID(&route_id));
137 bool PluginChannelHost::Send(IPC::Message* msg) { function in class:content::PluginChannelHost
140 bool result = NPChannelBase::Send(msg);
145 return NPChannelBase::Send(msg);
/external/chromium_org/device/serial/
H A Ddata_sender.cc87 bool DataSender::Send(const base::StringPiece& data, function in class:device::DataSender
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc147 void BluetoothApiSocket::Send(scoped_refptr<net::IOBuffer> buffer, function in class:extensions::BluetoothApiSocket
159 socket_->Send(buffer,
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap.cc62 Send(message.release());
129 Send(new Message());
191 bool MojoBootstrap::Send(Message* message) { function in class:IPC::MojoBootstrap
192 return channel_->Send(message);
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc123 int32_t WebSocketAPI::Send(const Var& data) { function in class:pp::WebSocketAPI
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher.cc82 Send(new ChromotingDaemonMsg_Crash(location.function_name(),
98 void WorkerProcessLauncher::Send(IPC::Message* message) { function in class:remoting::WorkerProcessLauncher
102 launcher_delegate_->Send(message);

Completed in 488 milliseconds

12345678910