Home
last modified time | relevance | path

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

1234

/system/bt/osi/test/
Dproperties_test.cc38 char received[PROPERTY_VALUE_MAX]; in TEST_F() local
39 osi_property_get("very.useful.set.test", received, NULL); in TEST_F()
40 ASSERT_STREQ(received, "nothing_interesting"); in TEST_F()
54 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F() local
55 ASSERT_EQ(received, 42); 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()
DREADME.md53 until the client has sent or received the number of bytes indicated
329 to send the same packet until a response is received. Windowing functionality
348 Given a next expected sequence number S and a received packet P, the device
/system/libhidl/transport/token/1.0/
DITokenManager.hal39 * @param token Token received from createToken
47 * @param token Token received from createToken
/system/sepolicy/prebuilts/api/26.0/private/
Dbinderservicedomain.te13 # Receive and write to a pipe received over Binder from an app.
Disolated_app.te13 # Access already open app data files received over Binder or local socket IPC.
Dsystem_server.te248 # Use sockets received over binder from various services.
254 # Use sockets received over binder from various services.
/system/sepolicy/private/
Dbinderservicedomain.te13 # Receive and write to a pipe received over Binder from an app.
Disolated_app.te13 # Access already open app data files received over Binder or local socket IPC.
/system/connectivity/wifilogd/tests/
Dos_unittest.cpp122 const Os::Timestamp received = os_->GetTimestamp(CLOCK_REALTIME); in TEST_F() local
123 EXPECT_EQ(kFakeSecs, received.secs); in TEST_F()
124 EXPECT_EQ(kFakeNsecs, received.nsecs); in TEST_F()
/system/core/adb/
Dprotocol.txt71 established. Until a CONNECT message is received no other messages may
72 be sent. Any messages received before a CONNECT message MUST be ignored.
74 If a CONNECT message is received with an unknown version or insufficiently
157 A WRITE message may not be sent until a READY message is received.
159 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.cpp113 std::string received; in ReadAll() local
120 received.append(buffer, bytes); in ReadAll()
123 return received; in ReadAll()
/system/bt/vendor_libs/test_vendor_lib/test/
Dl2cap_test.cc50 vector<uint8_t>& received) { in compare_fragmented_packets() argument
51 ASSERT_EQ(expected.size(), received.size()); in compare_fragmented_packets()
54 ASSERT_EQ(expected[i], received[i]); in compare_fragmented_packets()
/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.cc916 ssize_t received; in bta_co_rfc_data_outgoing() local
917 OSI_NO_INTR(received = recv(slot->fd, buf, size, 0)); in bta_co_rfc_data_outgoing()
919 if (received != size) { in bta_co_rfc_data_outgoing()
/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/extras/ioblame/
DREADME116 ^Csignal INT received, killing streaming trace capture
/system/extras/pagecache/
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/tpm/tpm_manager/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/f2fs_utils/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/boot_control_copy/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/squashfs_utils/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/system/extras/mmap-perf/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and

1234