Searched refs:received (Results 1 – 25 of 87) sorted by relevance
1234
/system/bt/osi/test/ |
D | properties_test.cpp | 40 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/ |
D | socket_test.cpp | 71 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()
|
D | fastboot_protocol.txt | 55 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/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 15 # Access already open app data files received over Binder or local socket IPC.
|
D | system_server.te | 172 # Use sockets received over binder from various services. 178 # Use sockets received over binder from various services.
|
/system/connectivity/shill/net/ |
D | netlink_manager.cc | 398 ByteString received; in GetFamily() local 399 sock_->RecvMessage(&received); in GetFamily() 400 InputData input_data(received.GetData(), received.GetLength()); in GetFamily()
|
/system/core/adb/ |
D | protocol.txt | 69 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
|
D | SYNC.TXT | 48 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
|
D | shell_service.cpp | 125 std::string received; in ReadAll() local 132 received.append(buffer, bytes); in ReadAll() 135 return received; in ReadAll()
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 85 * write until a call to onExecuteWriteRequest is received. 105 * write until a call to onExecuteWriteRequest is received.
|
/system/bt/btif/src/ |
D | btif_sock_rfc.c | 909 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/ |
D | multinetwork_test.py | 718 received = self.ReadAllPacketsOn(netid) 719 self.assertEquals(1, len(received)) 721 received[0])
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 149 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/ |
D | device-api.txt | 572 received packet. 576 Reports the number of successfully received 624 The number of bytes received on this interface.
|
/system/extras/memory_replay/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/tpm/attestation/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/pagecache/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/core/libnetutils/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/showslab/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/core/debuggerd/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/tools/aidl/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/kexec_tools/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/bootctl/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/security/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
1234