Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 45) sorted by relevance

12

/device/google/cuttlefish/host/frontend/webrtc/
Dadb_handler.cpp35 void send(const void *_data, size_t size);
70 void AdbHandler::AdbConnection::send(const void *_data, size_t size) { in send() function in cuttlefish::webrtc_streaming::AdbHandler::AdbConnection
71 BaseConnection::send(_data, size); in send()
152 mAdbConnection->send(msg, len); in handleMessage()
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dlogcat.js78 adb_ws.send(arrayBuffer);
85 adb_ws.send(arrayBuffer);
94 adb_ws.send(arrayBuffer);
175 send: function(buffer) { method
Dcf_webrtc.js38 send: function(msg) {
40 channel.send(msg);
98 this._inputChannel.send(JSON.stringify(evt));
135 this._adbChannel.send(msg);
236 return ws.send(JSON.stringify(obj));
/device/google/cuttlefish/host/frontend/gcastv2/https/
DBaseConnection.cpp73 void BaseConnection::send(const void *_data, size_t size) { in send() function in BaseConnection
91 ssize_t n = mSocket->send(mOutBuffer.data() + offset, size - offset); in sendOutputData()
DPlainSocket.cpp47 return ::send(fd(), data, size, MSG_NOSIGNAL); in sendto()
DClientSocket.cpp214 ssize_t n = getImpl()->send(mOutBuffer.data() + offset, size - offset); in sendOutputData()
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
DReadme.md21 Devices connect to the *register_device* endpoint and send these types of
37 Clients connect to the *connect_client* endpoint and send these types of
74 device knows about the client and cand send **forward** messages intended for
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.h122 bool send(const T& msg) { in send() function
132 bool send(T&& msg) { in send() function
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_socket.h68 bool send(NetlinkMessage& message);
Dlocal_connection.cpp124 if (!mNetlinkSocket.send(msg)) { in transferFrame()
180 if (!mNetlinkSocket.send(msg)) { in ackFrame()
233 if (!mNetlinkSocket.send(msg)) { in registerReceiver()
Dnetlink_socket.cpp119 bool NetlinkSocket::send(NetlinkMessage& message) { in send() function in NetlinkSocket
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DBaseConnection.h42 void send(const void *_data, size_t size);
DBufferedSocket.h43 ssize_t send(const void *data, size_t size) { in send() function
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c102 len = send(client->sock, buf, p - buf, 0); in tftp_send_data()
117 return send(sock, &ack, sizeof(ack), 0); in tftp_send_ack()
175 return send(sock, buf, p - buf, 0); in tftp_send_oack()
194 rc = send(sock, buf, len, 0); in tftp_send_error()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.h77 Result send(in_addr_t source, in_addr_t destination,
/device/linaro/dragonboard/qcom/qrtr/src/
Daddr.c63 ret = send(sock, &req, req.nh.nlmsg_len, 0); in qrtr_set_address()
/device/linaro/hikey/wpan/
DREADME5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
/device/google/muskie/
DWCNSS_qcom_cfg.ini46 # Flag to allow STA send AddTspec even when ACM is Off
538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
544 #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try…
545 …t tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
549 #where we send NULL frame.
554 #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSocketStream.cpp99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully()
/device/google/taimen/
DWCNSS_qcom_cfg.ini46 # Flag to allow STA send AddTspec even when ACM is Off
538 #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 se…
544 #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try…
545 …t tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
549 #where we send NULL frame.
554 #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidWorkPool.cpp241 mRunMessages.send(msg); in run()
274 mRunMessages.send(msg); in exit()
/device/generic/goldfish/network/netmgr/
Dmonitor.cpp166 ssize_t result = TEMP_FAILURE_RETRY(::send(mSocketFd, in requestInterfaces()
/device/linaro/dragonboard/qcom/qrtr/
Dqrtr.py67 def send(self, addr, data): member in qrtr
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp165 int bytesSent = ::send(mSocket, message.data(), message.size(), 0); in sendMessage()
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b131send set param to dyn svcs, result: 0x%lx����vpm_apr_msg_handler.cpp:CVD_CAL_MSG_PARAM: vpm_set_pa…
3 …E_TIMING: Failed to send VFR and TIMING param msg to VpTx����vpm_session_state_ctrl.cpp:VPM: ACTIO…
20 …_test.c:Sending delayed responses���Diag_LSM_test.c:Out of memory- Cannot send the response�Diag_L…

12