Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 87) sorted by relevance

1234

/system/bt/osi/test/
Dproperties_test.cpp40 char received[PROPERTY_VALUE_MAX]; in TEST_F() local
41 osi_property_get("very.useful.set.test", received, NULL); in TEST_F()
42 ASSERT_STREQ(received, "nothing_interesting"); in TEST_F()
/system/core/fastboot/
Dsocket_test.cpp71 std::string received(message.length(), '\0'); in ReceiveString() local
72 ssize_t bytes = sock->ReceiveAll(&received[0], received.length(), kTestTimeoutMs); in ReceiveString()
73 return static_cast<size_t>(bytes) == received.length() && received == message; in ReceiveString()
Dfastboot_protocol.txt55 until the client has sent or received the number of bytes indicated
310 to send the same packet until a response is received. Windowing functionality
329 Given a next expected sequence number S and a received packet P, the device
/system/sepolicy/
Dbinderservicedomain.te13 # Receive and write to a pipe received over Binder from an app.
Disolated_app.te15 # Access already open app data files received over Binder or local socket IPC.
Dsystem_server.te172 # Use sockets received over binder from various services.
178 # Use sockets received over binder from various services.
/system/connectivity/shill/net/
Dnetlink_manager.cc398 ByteString received; in GetFamily() local
399 sock_->RecvMessage(&received); in GetFamily()
400 InputData input_data(received.GetData(), received.GetLength()); in GetFamily()
/system/core/adb/
Dprotocol.txt69 established. Until a CONNECT message is received no other messages may
70 be sent. Any messages received before a CONNECT message MUST be ignored.
72 If a CONNECT message is received with an unknown version or insufficiently
148 A WRITE message may not be sent until a READY message is received.
150 sent until another READY message has been received. Recipients of
DSYNC.TXT48 When an sync response "DONE" is received the listing is done.
75 received is split up into chunks. The sync response id is "DATA" and length is
Dshell_service.cpp125 std::string received; in ReadAll() local
132 received.append(buffer, bytes); in ReadAll()
135 return received; in ReadAll()
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt85 * write until a call to onExecuteWriteRequest is received.
105 * write until a call to onExecuteWriteRequest is received.
/system/bt/btif/src/
Dbtif_sock_rfc.c909 ssize_t received; in bta_co_rfc_data_outgoing() local
910 OSI_NO_INTR(received = recv(slot->fd, buf, size, 0)); in bta_co_rfc_data_outgoing()
912 if(received == size) { in bta_co_rfc_data_outgoing()
/system/extras/tests/net_test/
Dmultinetwork_test.py718 received = self.ReadAllPacketsOn(netid)
719 self.assertEquals(1, len(received))
721 received[0])
/system/sepolicy/tools/fc_sort/
DNOTICE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License
/system/connectivity/shill/doc/
Ddevice-api.txt572 received packet.
576 Reports the number of successfully received
624 The number of bytes received on this interface.
/system/extras/memory_replay/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/tpm/attestation/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/pagecache/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/core/libnetutils/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/showslab/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/core/debuggerd/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/tools/aidl/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/kexec_tools/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/bootctl/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/security/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and

1234