/system/core/fastboot/ |
D | socket.cpp | 186 ssize_t sent = in Send() local 189 if (sent == -1) { in Send() 192 length -= sent; in Send() 200 ssize_t sent = TEMP_FAILURE_RETRY( in Send() local 203 if (sent == -1) { in Send() 209 while (sent > 0) { in Send() 210 if (iter->length > static_cast<size_t>(sent)) { in Send() 212 iter->length -= sent; in Send() 213 iter->data = reinterpret_cast<const char*>(iter->data) + sent; in Send() 218 sent -= iter->length; in Send()
|
D | README.md | 53 until the client has sent or received the number of bytes indicated 103 * Commands are ascii strings and sent without the quotes (which are 239 The protocol version to use must be the minimum of the versions sent by each 243 Once the handshake is complete, fastboot data will be sent as follows: 325 the minimum of the sent values must be used. 338 to return a packet ID other than the one sent by the host. 348 Query and Initialization packets, which are sent before size negotiation is 374 which only Fastboot packets are sent. Fastboot packets may contain data from
|
/system/netd/server/ |
D | TcpSocketMonitor.cpp | 124 stats.second.sent, in dump() 245 sentPackets.push_back(stats.second.sent); in poll() 285 .sent = TCPINFO_GET(tcpinfo, tcpi_segs_out, tcpinfoLen, 0), in updateSocketStats() 298 .sent = diff.sent, in updateSocketStats() 305 diff.sent -= previous.sent; in updateSocketStats() 312 stats.sent += diff.sent; in updateSocketStats()
|
D | TcpSocketMonitor.h | 51 uint32_t sent; member 66 uint32_t sent; member
|
D | NetlinkListener.cpp | 87 ASSIGN_OR_RETURN(auto sent, sys.sendto(mSock, msg, 0, kKernelAddr)); in send() 88 if (sent != msg.size()) { in send()
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 281 ssize_t sent; in skt_write() local 288 OSI_NO_INTR(sent = send(fd, p, len, MSG_NOSIGNAL)); in skt_write() 289 if (sent == -1) ERROR("write failed with error(%s)", strerror(errno)); in skt_write() 291 return (int)sent; in skt_write() 298 OSI_NO_INTR(sent = send(fd, p, len - count, MSG_NOSIGNAL | MSG_DONTWAIT)); in skt_write() 299 if (sent == -1) { in skt_write() 312 count += sent; in skt_write() 313 p = (const uint8_t*)p + sent; in skt_write() 370 ssize_t sent; in ha_ctrl_send() local 377 OSI_NO_INTR(sent = send(common->ctrl_fd, buffer, remaining, MSG_NOSIGNAL)); in ha_ctrl_send() [all …]
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 297 ssize_t sent; in skt_write() local 304 OSI_NO_INTR(sent = send(fd, p, len, MSG_NOSIGNAL)); in skt_write() 305 if (sent == -1) ERROR("write failed with error(%s)", strerror(errno)); in skt_write() 307 return (int)sent; in skt_write() 314 OSI_NO_INTR(sent = send(fd, p, len - count, MSG_NOSIGNAL | MSG_DONTWAIT)); in skt_write() 315 if (sent == -1) { in skt_write() 328 count += sent; in skt_write() 329 p = (const uint8_t*)p + sent; in skt_write() 386 ssize_t sent; in a2dp_ctrl_send() local 393 OSI_NO_INTR(sent = send(common->ctrl_fd, buffer, remaining, MSG_NOSIGNAL)); in a2dp_ctrl_send() [all …]
|
/system/core/adb/ |
D | protocol.txt | 29 32 bit words which are sent across the wire in little endian format. 48 sent. 66 hard-coded maxdata=4096, so CONNECT and AUTH packets sent to a device must not 67 be larger than that because they're sent before the CONNECT from the device 72 be sent. Any messages received before a CONNECT message MUST be ignored. 122 a READY message sent at the same time. 151 not change on later READY messages sent to the same stream. 165 A WRITE message may not be sent until a READY message is received. 166 Once a WRITE message is sent, an additional WRITE message may not be 167 sent until another READY message has been received. Recipients of [all …]
|
D | SYNC.TXT | 14 After the initial "sync:" command is sent the server must respond with either 60 After this the actual file is sent in chunks. Each chunk has the following 66 When the file is transferred a sync request "DONE" is sent, where length is set
|
D | SERVICES.TXT | 25 connection. Instead, a new device list description is sent 32 This is a special query that is sent to the ADB server when a 44 be sent directly to the adbd daemon running on the device.
|
/system/extras/multinetwork/ |
D | httpurl.cpp | 189 const ssize_t sent = write(fd, request.c_str(), request.size()); in doHttpQuery() local 190 if (sent != static_cast<ssize_t>(request.size())) { in doHttpQuery() 191 std::cerr << "Sent only " << sent << "/" << request.size() << " bytes" in doHttpQuery()
|
/system/chre/host/common/ |
D | socket_server.cc | 130 bool sent = false; in sendToClientById() local 135 sent = sendToClientSocket(data, length, clientSocket, thisClientId); in sendToClientById() 140 return sent; in sendToClientById()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 17 /// Represents a message sent to/from a nanoapp from/to a client on the host 22 /// Identifies the host-side endpoint on the host that sent or should receive 53 /// Maximum size message that can be sent to a nanoapp 92 /// meaning that load requests will be processed in the order they are sent 103 /// be defined. Once the first fragment is sent to CHRE, all subsequent 191 /// Represents a message sent to CHRE to indicate AP timestamp for time sync 213 /// The number of DebugDumpData messages sent in this session 273 /// responses only to the client that sent the request. Although initially
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 103 for (auto sent : consts) { in TEST_F() local 104 DoTest(&ITestService::RepeatInt, sent); in TEST_F() 116 for (auto sent : strings) { in TEST_F() local 117 DoTest(&ITestService::RepeatString, sent); in TEST_F()
|
/system/core/logd/ |
D | README.property | 5 ro.logd.auditd.dmesg bool true selinux audit messages sent to dmesg. 6 ro.logd.auditd.main bool true selinux audit messages sent to main. 7 ro.logd.auditd.events bool true selinux audit messages sent to events.
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 112 * onRegistration must be sent out for all services which support the 116 * is already registered, onRegistration must be sent out with preexisting 121 * sent out for all names.
|
/system/bt/btif/src/ |
D | btif_sock_rfc.cc | 799 ssize_t sent; in send_data_to_app() local 801 sent = send(fd, p_buf->data + p_buf->offset, p_buf->len, MSG_DONTWAIT)); in send_data_to_app() 803 if (sent == -1) { in send_data_to_app() 810 if (sent == 0) return SENT_FAILED; in send_data_to_app() 812 if (sent == p_buf->len) return SENT_ALL; in send_data_to_app() 814 p_buf->offset += sent; in send_data_to_app() 815 p_buf->len -= sent; in send_data_to_app()
|
D | btif_sock_l2cap.cc | 974 ssize_t sent; in flush_incoming_que_on_wr_signal_l() local 975 OSI_NO_INTR(sent = send(sock->our_fd, buf, len, MSG_DONTWAIT)); in flush_incoming_que_on_wr_signal_l() 978 if (sent == (signed)len) in flush_incoming_que_on_wr_signal_l() 980 else if (sent >= 0) { in flush_incoming_que_on_wr_signal_l() 981 packet_put_head_l(sock, buf + sent, len - sent); in flush_incoming_que_on_wr_signal_l() 983 if (!sent) /* special case if other end not keeping up */ in flush_incoming_que_on_wr_signal_l()
|
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 231 int sent = p.send(presults); in clientFx() local 232 ASSERT(sent >= 0); in clientFx()
|
/system/core/init/ |
D | README.ueventd.md | 77 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs 120 Ueventd will additionally log all messages sent to stderr from the external program to the serial 125 Ueventd must create devices in `/dev` for all devices that have already sent their uevents before
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 158 * calls to writeCharacteristic are sent to the remote device for verification 172 * sent to execute the queued writes, else a request will be sent to abort the
|
D | IBluetoothGattServerCallback.txt | 128 * IBluetoothGattServer.sendNotification. If an indication was sent, this will 130 * this will be called as soon as the notification packet is successfully sent
|
D | IBluetoothGattServer.txt | 66 * should be set to true, if a handle-value indication should be sent, which
|
/system/bt/stack/smp/ |
D | smp_utils.cc | 366 bool sent = false; in smp_send_cmd() local 376 sent = true; in smp_send_cmd() 382 if (!sent) { in smp_send_cmd() 391 return sent; in smp_send_cmd()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 409 bool sent = helper->send(remote, MakeUniquePacket(data, len)); in L2CA_SendFixedChnlData() local 410 return sent ? len : 0; in L2CA_SendFixedChnlData()
|