/device/google/cuttlefish/host/frontend/webrtc/ |
D | adb_handler.cpp | 35 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/ |
D | logcat.js | 78 adb_ws.send(arrayBuffer); 85 adb_ws.send(arrayBuffer); 94 adb_ws.send(arrayBuffer); 175 send: function(buffer) { method
|
D | cf_webrtc.js | 38 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/ |
D | BaseConnection.cpp | 73 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()
|
D | PlainSocket.cpp | 47 return ::send(fd(), data, size, MSG_NOSIGNAL); in sendto()
|
D | ClientSocket.cpp | 214 ssize_t n = getImpl()->send(mOutBuffer.data() + offset, size - offset); in sendOutputData()
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | Readme.md | 21 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/ |
D | AndroidMessageChannel.h | 122 bool send(const T& msg) { in send() function 132 bool send(T&& msg) { in send() function
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | netlink_socket.h | 68 bool send(NetlinkMessage& message);
|
D | local_connection.cpp | 124 if (!mNetlinkSocket.send(msg)) { in transferFrame() 180 if (!mNetlinkSocket.send(msg)) { in ackFrame() 233 if (!mNetlinkSocket.send(msg)) { in registerReceiver()
|
D | netlink_socket.cpp | 119 bool NetlinkSocket::send(NetlinkMessage& message) { in send() function in NetlinkSocket
|
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/ |
D | BaseConnection.h | 42 void send(const void *_data, size_t size);
|
D | BufferedSocket.h | 43 ssize_t send(const void *data, size_t size) { in send() function
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | tqftpserv.c | 102 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/ |
D | dhcpclient.h | 77 Result send(in_addr_t source, in_addr_t destination,
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | addr.c | 63 ret = send(sock, &req, req.nh.nlmsg_len, 0); in qrtr_set_address()
|
/device/linaro/hikey/wpan/ |
D | README | 5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 46 # 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/ |
D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully()
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 46 # 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/ |
D | AndroidWorkPool.cpp | 241 mRunMessages.send(msg); in run() 274 mRunMessages.send(msg); in exit()
|
/device/generic/goldfish/network/netmgr/ |
D | monitor.cpp | 166 ssize_t result = TEMP_FAILURE_RETRY(::send(mSocketFd, in requestInterfaces()
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | qrtr.py | 67 def send(self, addr, data): member in qrtr
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | netlink.cpp | 165 int bytesSent = ::send(mSocket, message.data(), message.size(), 0); in sendMessage()
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 1 …send set param to dyn svcs, result: 0x%lxvpm_apr_msg_handler.cpp:CVD_CAL_MSG_PARAM: vpm_set_pa… 3 …E_TIMING: Failed to send VFR and TIMING param msg to VpTxvpm_session_state_ctrl.cpp:VPM: ACTIO… 20 …_test.c:Sending delayed responsesDiag_LSM_test.c:Out of memory- Cannot send the responseDiag_L…
|