/system/libbase/ |
D | cmsg_test.cpp | 74 unique_fd received; in TEST_P() local 75 ASSERT_EQ(1, ReceiveFileDescriptors(recv.get(), buf, 2, &received)); in TEST_P() 77 ASSERT_NE(-1, received.get()); in TEST_P() 79 ASSERT_EQ(ino1, GetInode(received.get())); in TEST_P() 108 unique_fd received; in TEST_P() local 109 ASSERT_EQ(-1, ReceiveFileDescriptors(recv.get(), buf, 1, &received)); in TEST_P() 111 ASSERT_EQ(-1, received.get()); in TEST_P() 121 unique_fd received; in TEST_P() local 122 ASSERT_EQ(1, ReceiveFileDescriptors(recv.get(), buf, 1, &received)); in TEST_P() 123 ASSERT_EQ(ino1, GetInode(received.get())); in TEST_P() [all …]
|
/system/bt/osi/test/ |
D | properties_test.cc | 39 char received[PROPERTY_VALUE_MAX]; in TEST_F() local 40 osi_property_get("very.useful.set.test", received, NULL); in TEST_F() 41 ASSERT_STREQ(received, "nothing_interesting"); in TEST_F() 57 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F() local 58 ASSERT_EQ(received, 42); in TEST_F()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 180 bool *received = nullptr; in handleGnssAsyncResult() local 186 received = &gLocationAsyncResultReceived; in handleGnssAsyncResult() 192 received = &gMeasurementAsyncResultReceived; in handleGnssAsyncResult() 201 if (received != nullptr) { in handleGnssAsyncResult() 202 *received = true; in handleGnssAsyncResult()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | link_layer_socket_device_test.cc | 91 …id ValidatePacket(size_t index, bool at_server, std::shared_ptr<LinkLayerPacketBuilder> received) { in ValidatePacket() argument 95 received->Serialize(it); in ValidatePacket() 132 …his, index](std::shared_ptr<LinkLayerPacketBuilder> received) { ValidatePacket(index, true, receiv… in SetUp() argument 174 …his, index](std::shared_ptr<LinkLayerPacketBuilder> received) { ValidatePacket(index, false, recei… in CreateConnection() argument
|
D | l2cap_test.cc | 56 void compare_packets(shared_ptr<HciPacket> expected, shared_ptr<HciPacket> received) { in compare_packets() argument 60 Iterator received_begin = received->get_begin(); in compare_packets() 61 Iterator received_end = received->get_end(); in compare_packets()
|
/system/chre/apps/test/common/proto/ |
D | chre_audio_concurrency_test.proto | 24 // data has been received, after a previously received ENABLE_AUDIO
|
D | chre_stress_test.proto | 22 // C2H: A message indicating that the stress test nanoapp has received a
|
D | chre_settings_test.proto | 20 // C2H: A message indicating a previously received SETUP step from a
|
D | chre_cross_validation_sensor.proto | 18 // was received from a CHRE API.
|
/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()
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 39 * @param token Token received from createToken 47 * @param token Token received from createToken
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | send_simple_commands.py | 131 received = self.receive_response() 132 received_bytes = bytearray(received)
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 13 # Access already open app data files received over Binder or local socket IPC. 16 # Allow access to network sockets received over IPC. New socket creation is not
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
/system/sepolicy/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 13 # Access already open app data files received over Binder or local socket IPC. 16 # Allow access to network sockets received over IPC. New socket creation is not
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 13 # Access already open app data files received over Binder or local socket IPC. 16 # Allow access to network sockets received over IPC. New socket creation is not
|
/system/bt/gd/l2cap/le/ |
D | facade.proto | 10 …// Initiate a credit based connection request and block until response is received for up to some …
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 275 std::unique_ptr<AclBuilder> received; in OutgoingAclData() local 277 received = queue_end->TryDequeue(); in OutgoingAclData() 278 } while (received == nullptr); in OutgoingAclData() 280 return GetPacketView(std::move(received)); in OutgoingAclData() 838 std::unique_ptr<PacketView<kLittleEndian>> received; in TEST_F() local 840 received = queue_end->TryDequeue(); in TEST_F() 841 } while (received == nullptr); in TEST_F() 843 PacketView<kLittleEndian> received_packet = *received; in TEST_F() 927 std::unique_ptr<PacketView<kLittleEndian>> received; in TEST_F() local 929 received = queue_end->TryDequeue(); in TEST_F() [all …]
|
/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.
|