Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 101) 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
248 The protocol version to use must be the minimum of the versions sent by each
252 Once the handshake is complete, fastboot data will be sent as follows:
334 the minimum of the sent values must be used.
347 to return a packet ID other than the one sent by the host.
357 Query and Initialization packets, which are sent before size negotiation is
383 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()
130 for (auto sent : consts) { in TEST_F() local
131 DoTest(&ITestService::RepeatFloat, sent); in TEST_F()
143 for (auto sent : consts) { in TEST_F() local
144 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.fbs17 /// 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
69 /// Maximum size message that can be sent to a nanoapp
123 /// meaning that load requests will be processed in the order they are sent
134 /// be defined. Once the first fragment is sent to CHRE, all subsequent
179 /// for the last fragment will be sent after the fragment was confirmed
180 /// to be placed in memory and no additional response will be sent after
232 /// Represents a message sent to CHRE to indicate AP timestamp for time sync
254 /// The number of DebugDumpData messages sent in this session
373 // Message sent whenever a host endpoint has connected with the Context Hub.
[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.cc107 bool sent = false; in sendToClientById() local
112 sent = sendToClientSocket(data, length, clientSocket, thisClientId); in sendToClientById()
117 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/chre/test/simulation/
Dwifi_scan_test.cc207 uint32_t sent = 0; in TEST_F() member
254 appCookies->sent = *static_cast<uint32_t *>(event->data); in TEST_F()
255 success = chreWifiRequestScanAsyncDefault(&(appCookies->sent)); in TEST_F()
/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.md87 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs
147 Ueventd will additionally log all messages sent to stderr from the external program to the serial
158 Ueventd must create devices in `/dev` for all devices that have already sent their uevents before
/system/chre/chpp/
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.
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_server.te423 # Read /data/misc/incidents - only read. The fd will be sent over binder,
427 # Allow dropbox to read /data/misc/perfetto-traces. Only the fd is sent over
432 # Allow dropbox to read /data/misc/perfprofd. Only the fd is sent over binder.

12345