HomeSort by relevance Sort by last modified time
    Searched refs:Send (Results 76 - 100 of 394) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/fastboot/
socket_mock.cpp 41 bool SocketMock::Send(const void* data, size_t length) {
43 ADD_FAILURE() << "Send() was called when no message was expected";
48 ADD_FAILURE() << "Send() was called out-of-order";
54 ADD_FAILURE() << "Send() expected " << events_.front().message << ", but got " << message;
63 // Mock out multi-buffer send to be one large send, since that's what it should looks like from
65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) {
70 return Send(data.data(), data.size());
  /bionic/libc/async_safe/
async_safe_log.cpp 69 void Send(const char* data, int len) {
100 void Send(const char* data, int len) {
219 o.Send(pad, avail);
243 /* then send them to the output directly */
252 o.Send(format + nn, mm - nn);
267 o.Send(&c, 1);
396 o.Send(str, slen);
532 os.Send(prefix, strlen(prefix));
533 os.Send(": ", 2);
  /device/google/cuttlefish_common/common/libs/net/
netlink_client.cpp 36 virtual bool Send(const NetlinkRequest& message);
106 bool NetlinkClientImpl::Send(const NetlinkRequest& message) {
122 LOG(ERROR) << "Failed to send netlink message: "
  /external/libbrillo/brillo/dbus/
exported_object_manager.cc 54 signal_itf_added_.lock()->Send(path, interfaces_and_properties);
78 signal_itf_removed_.lock()->Send(path,
  /external/libchrome/base/
sync_socket_unittest.cc 57 // Verify |socket_a| can send to |socket_a| and |socket_a| can Receive from
59 ASSERT_EQ(sizeof(kSending), socket_a->Send(&kSending, sizeof(kSending)));
69 ASSERT_EQ(sizeof(kSending), socket_b->Send(&kSending, sizeof(kSending)));
  /external/perfetto/src/ipc/
unix_socket.h 153 // If the socket is not connected, Send() will just return false.
155 bool Send(const void* msg,
159 bool Send(const std::string& msg);
  /external/webrtc/webrtc/base/
asyncsocket.cc 57 int AsyncSocketAdapter::Send(const void* pv, size_t cb) {
58 return socket_->Send(pv, cb);
asyncudpsocket.cc 61 int AsyncUDPSocket::Send(const void *pv, size_t cb,
64 int ret = socket_->Send(pv, cb);
109 // send datagram, indicating the remote address was unreachable.
httprequest.h 35 void Send();
testclient.h 20 // A simple client that can send TCP or UDP data and check that it receives
38 // Creates a client that will send and receive with the given socket and
55 int Send(const char* buf, size_t size);
testechoserver.h 56 socket->Send(buf, size, options);
ssladapter_unittest.cc 94 int Send(const std::string& message) {
97 return ssl_adapter_->Send(message.data(), message.length());
166 int Send(const std::string& message) {
322 rv = client_->Send(message);
328 rv = server_->Send(message);
  /system/core/libmemunreachable/
LeakPipe.h 34 // that only the sending process can have the send side of the pipe open, so if
101 bool Send(const T& value) {
104 MEM_ALOGE("failed to send value: %s", strerror(errno));
117 if (!Send(size)) {
123 MEM_ALOGE("failed to send vector: %s", strerror(errno));
165 MEM_ALOGE("failed to send vector: %s", strerror(errno));
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.h 113 bool Send(int connection_id, const Packet& packet);
128 // Helper class that will send a ConnectionBegin marker when constructed and a
138 view_->Send(connection_id, packet);
149 bool Send(const Packet& packet);
163 view->Send(connection_id, packet);
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/
mocks.h 29 MOCK_METHOD1(Send, void(const std::vector<uint8_t>& data));
  /external/tensorflow/tensorflow/core/framework/
rendezvous.h 36 // The producer calls the Send() method to send one tensor over one
89 // (e.g., a not-taken branch). args is passed by Send to the
92 // Send/Recv on the same worker.
94 // Send() never blocks.
95 virtual Status Send(const ParsedKey& key, const Args& args, const Tensor& val,
117 // Aborts all pending and future Send/Recv with the given "status".
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 63 // and we do not send an in-band signalling in the
107 kOpen, // The DataChannel is ready to send data.
151 virtual bool Send(const DataBuffer& buffer) = 0;
  /external/webrtc/webrtc/p2p/base/
stunrequest.h 34 void Send(StunRequest* request);
99 // Time elapsed since last send (in ms)
  /frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
service_utility.h 20 transaction.Send<int>(opcodes::REPORT_SYSPROP_CHANGE));
73 "ServiceUtility::PokeService: Failed to send sysprop change to %s: "
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc 32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) {
mct_protocol.cc 42 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) {
  /system/bt/vendor_libs/linux/interface/
h4_protocol.cc 31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) {
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 113 ds->Send("200 OK", true, ds->content_type(), extra_headers,
120 ds->Send("200 OK", true, "text/plain", "", "");
138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers,
160 ds->Send(response.status, true, response.content_type,
259 ds->Send("200 Added", true, content_type, new_guy->GetPeerIdHeader(),
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 230 int EvdevInjector::Send(uint16_t type, uint16_t code, int32_t value) {
231 ALOGV("Send(0x%" PRIX16 ", 0x%" PRIX16 ", 0x%" PRIX32 ")", type, code, value);
248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); }
251 return Send(EV_KEY, code, value);
255 return Send(EV_ABS, code, value);
259 return Send(EV_REL, code, value);
  /external/libmojo/mojo/edk/system/
multiprocess_message_pipe_unittest.cc 50 void Send(const std::string& command) {
259 // And send a message to signal that we've written stuff.
266 // Now wait for our parent to send us a message.
305 // Send the shared buffer.
352 // And send a message to signal that we've written stuff.
536 // Write a string into one end of the new message pipe and send the other
574 // Write a string into one end of the new message pipe and send the other
666 // Write a string into one end of the new message pipe and send the other
    [all...]

Completed in 760 milliseconds

1 2 34 5 6 7 8 91011>>