Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 109) sorted by relevance

12345

/system/core/fastboot/
Dsocket.cpp190 ssize_t sent = in Send() local
193 if (sent == -1) { in Send()
196 length -= sent; in Send()
204 ssize_t sent = TEMP_FAILURE_RETRY( in Send() local
207 if (sent == -1) { in Send()
213 while (sent > 0) { in Send()
214 if (iter->length > static_cast<size_t>(sent)) { in Send()
216 iter->length -= sent; in Send()
217 iter->data = reinterpret_cast<const char*>(iter->data) + sent; in Send()
222 sent -= iter->length; in Send()
DREADME.md60 until the client has sent or received the number of bytes indicated
112 * Commands are ascii strings and sent without the quotes (which are
285 The protocol version to use must be the minimum of the versions sent by each
289 Once the handshake is complete, fastboot data will be sent as follows:
371 the minimum of the sent values must be used.
384 to return a packet ID other than the one sent by the host.
394 Query and Initialization packets, which are sent before size negotiation is
420 which only Fastboot packets are sent. Fastboot packets may contain data from
/system/netd/server/
DTcpSocketMonitor.cpp124 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()
DTcpSocketMonitor.h51 uint32_t sent; member
66 uint32_t sent; member
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp100 for (auto sent : consts) { in TEST_F() local
101 DoTest(&ITestService::RepeatByte, sent); in TEST_F()
111 for (auto sent : consts) { in TEST_F() local
112 DoTest(&ITestService::RepeatInt, sent); in TEST_F()
118 for (auto sent : consts) { in TEST_F() local
119 DoTest(&ITestService::RepeatLong, sent); in TEST_F()
129 for (auto sent : consts) { in TEST_F() local
130 DoTest(&ITestService::RepeatFloat, sent); in TEST_F()
142 for (auto sent : consts) { in TEST_F() local
143 DoTest(&ITestService::RepeatDouble, sent); in TEST_F()
[all …]
/system/core/trusty/apploader/fuzz/
DAndroid.bp19 // Fuzz Trusty IPC messages sent to apploader.
34 // Fuzz app package sent to apploader.
/system/chre/platform/shared/idl/
Dhost_messages.fbs22 /// Represents a message sent to/from a nanoapp from/to a client on the host
27 /// Identifies the host-side endpoint on the host that sent or should receive
91 /// Maximum size regular message that can be sent to a nanoapp
148 /// meaning that load requests will be processed in the order they are sent
159 /// be defined. Once the first fragment is sent to CHRE, all subsequent
204 /// for the last fragment will be sent after the fragment was confirmed
205 /// to be placed in memory and no additional response will be sent after
225 /// nanoapp. This message is only sent if a token database section is found in
273 /// Represents a message sent to CHRE to indicate AP timestamp for time sync
295 /// The number of DebugDumpData messages sent in this session
[all …]
/system/chre/apps/test/common/proto/
Dchre_cross_validation_wifi.proto23 // There may be multiple messages with this type sent.
35 // scan results threshold message is sent.
62 // The total number of results that will be sent from AP.
/system/chre/host/common/
Dsocket_server.cc108 bool sent = false; in sendToClientById() local
113 sent = sendToClientSocket(data, length, clientSocket, thisClientId); in sendToClientById()
118 return sent; in sendToClientById()
/system/extras/multinetwork/
Dhttpurl.cpp200 const ssize_t sent = write(fd, request.c_str(), request.size()); in doHttpQuery() local
201 if (sent != static_cast<ssize_t>(request.size())) { in doHttpQuery()
202 std::cerr << "Sent only " << sent << "/" << request.size() << " bytes" in doHttpQuery()
/system/logging/logd/
DREADME.property5 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/
DIServiceManager.hal112 * 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/chre/apps/test/pts/proto/
Dpts_chre.proto24 // A message sent by the nanoapp to indicate the result of a test, optionally
/system/chre/platform/zephyr/
DKconfig23 Defines the maximum message size that can be sent to the host.
/system/libhwbinder/vts/performance/
DLatency.cpp231 int sent = p.send(presults); in clientFx() local
232 ASSERT(sent >= 0); in clientFx()
/system/libsysprop/srcs/android/sysprop/
DHdmiProperties.sysprop73 # <li><b>wake_up_and_send_active_source</b> Same as above and additionally <Active Source> is sent.
/system/core/init/
DREADME.ueventd.md88 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs
148 Ueventd will additionally log all messages sent to stderr from the external program to the serial
159 Ueventd must create devices in `/dev` for all devices that have already sent their uevents before
/system/nfc/tools/casimir/src/
Drf_packets.pdl45 /// Type of packets being sent.
187 /// This command may also be sent spuriously by the emulator to notify
/system/chre/chpp/
DRELEASE_NOTES.md29 - Error replies are sent over the wire for transport layer errors
292 …ge types (`ChppMessageType`). Used for requests sent by the services and the corresponding respons…
297 - Added `ChppAppState.nextServiceRequestTimeoutNs` to track when the next service sent request will…
DREADME.md82 …point is requesting initialization of the CHPP protocol. The first packet sent after bootup always…
85 - 0x2 Reset-ack. Similar to reset, but sent as a response to reset, as described above.
90 The ack may be sent as part of a packet with or without a payload. In the latter case, the payload …
147 …e.g. to the UART driver). This function is called when any data should be sent to the serial inter…
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto26 // host when the event matches a Filter. The Field's id will be sent back to
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs17 /// Indicates which of the following messages is being sent to / from the
/system/chre/core/
Dchre_metrics.proto236 // the nanoapp sent a message to the AP causing a transition between
/system/logging/liblog/
DREADME.md150 diagnosing the occurence of this, a binary event from liblog will be sent to the log daemon once a
/system/memory/libmemunreachable/
DREADME.md144 13. Unmarked allocations are sent over the pipe back to the original process.

12345