Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 67) sorted by relevance

123

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestListener.kt64 var safetyCenterData = dataChannel.receive() in <lambda>()
66 safetyCenterData = dataChannel.receive() in <lambda>()
116 runBlockingWithTimeout(timeout) { errorChannel.receive() } in receiveSafetyCenterErrorDetails()
DSafetySourceIntentHandler.kt88 suspend fun receiveRefreshSafetySources(): String = refreshSafetySourcesChannel.receive() in receiveRefreshSafetySources()
95 safetyCenterEnabledChangedChannel.receive() in receiveRefreshSafetySources()
99 resolveActionChannel.receive() in receiveRefreshSafetySources()
104 dismissIssueChannel.receive() in receiveDimissIssue()
DTestNotificationListener.kt179 safetyCenterNotificationEvents.receive() in <lambda>()
227 val event = safetyCenterNotificationEvents.receive() in <lambda>()
239 event = safetyCenterNotificationEvents.receive() in <lambda>()
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dsimple_link_layer_socket.py91 def receive(self, size): member in Connection
121 size_chars = self._connection.receive(4)
129 response = self._connection.receive(response_size)
Dsend_simple_commands.py105 def receive(self, size): member in Connection
138 size_chars = self._connection.receive(4)
146 response = self._connection.receive(response_size)
Dtest_channel.py79 def receive(self, size): member in Connection
115 size_chars = self._connection.receive(4)
122 response = self._connection.receive(response_size)
Dsimple_stack.py124 def receive(self, size): member in Connection
159 type_str = self._connection.receive(512)
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java211 byte[] receive() throws Exception; in receive() method
242 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.NativeSocket
358 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaUdpSocket
360 mSocket.receive(data); in receive()
396 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaTcpSocket
666 assertArrayEquals(TEST_DATA, right.receive()); in checkSocketPair()
669 assertArrayEquals(TEST_DATA, left.receive()); in checkSocketPair()
678 assertArrayEquals(TEST_DATA, right.receive()); in checkUnconnectedUdpSocketPair()
681 assertArrayEquals(TEST_DATA, left.receive()); in checkUnconnectedUdpSocketPair()
DIpSecManagerTest.java211 in = sockRight.receive(); in checkUnconnectedUdp()
215 in = sockLeft.receive(); in checkUnconnectedUdp()
245 in = accepted.receive(); in checkTcp()
253 in = client.receive(); in checkTcp()
343 localSocket.receive(inPacket); in doTestCreateTransform()
350 localSocket.receive(inPacket); in doTestCreateTransform()
728 byte[] in = wrappedEncapSocket.receive();
733 in = remoteSocket.receive();
1648 sockets.mRightSock.receive();
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java85 if (!receive(result)) { in findDevices()
246 private boolean receive(HdHomeRunDiscoverDevice result) { in receive() method in HdHomeRunDiscover
248 if (discoverSocket.mDiscoverPacketSent && discoverSocket.receive(result)) { in receive()
352 private boolean receive(HdHomeRunDiscoverDevice result) { in receive() method in HdHomeRunDiscover.HdHomeRunDiscoverSocket
356 mSocket.receive(packet); in receive()
DHdHomeRunControlSocket.java160 Pair<Short, byte[]> receivedData = receive(timeout); in sendAndReceive()
187 private Pair<Short, byte[]> receive(int timeout) { in receive() method in HdHomeRunControlSocket
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py35 def receive(self, size): member in Connection
66 size_chars = self._connection.receive(4)
72 response = self._connection.receive(response_size)
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocket.java80 public void receive(DatagramPacket packet) throws IOException { in receive() method in MdnsSocket
81 multicastSocket.receive(packet); in receive()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsSocketClientTests.java163 .receive(any(DatagramPacket.class)); in setup()
214 .receive(any(DatagramPacket.class)); in setup()
431 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSeparateSocketForUnicast()
440 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSeparateSocketForUnicast()
462 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSameSocketForMulticastAndUnicast()
DMdnsSocketTests.java86 mdnsSocket.receive(datagramPacket); in mdnsSocket_basicFunctionality()
87 verify(mockMulticastSocket).receive(datagramPacket); in mdnsSocket_basicFunctionality()
/packages/modules/Bluetooth/android/pandora/server/src/
DL2cap.kt70 suspend fun receive(inStream: InputStream): ByteArray { in receive() method in com.android.pandora.L2cap
188 val buf = receive(inputStream) in receiveData()
/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/
DAudioGroupTest.java87 socket.receive(packet); in assertPacket()
98 socket.receive(packet); in drain()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/testing/
DFakeExecutor.kt51 runBlockingWithTimeout(timeout) { tasks.receive() } in getNextTask()
/packages/modules/Uwb/flags/
Duwb_flags.aconfig31 …description: "Allow applications to receive callback when session was stopped due to inband signal"
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java109 public byte[] receive(); in receive() method
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DHandshakeReceiver.java47 socket.receive(packet); in run()
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dbasic_mode_channel_data_controller_test.cc88 TEST_F(BasicModeDataControllerTest, receive) { in TEST_F() argument
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/testutils/
DTestDnsServerTest.kt112 socket.receive(reply) in resolve()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt227 .receive(RfcommProto.RxRequest.newBuilder().setConnection(connection).build()) in clientSendDataOverInsecureSocket()
247 .receive(RfcommProto.RxRequest.newBuilder().setConnection(connection).build()) in clientSendDataOverSecureSocket()
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto36 // The component name of the account used to place or receive the call.

123