Home
last modified time | relevance | path

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

12

/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepMessenger.java70 mSocket.receive(responseBytes); in sendMessage()
92 mSocket.receive(responseBytes); in sendMessage()
116 mSocket.receive(responseBytes); in sendMessage()
153 size = mSocket.receive(partial); in getMessage()
245 size = mSocket.receive(partial); in getMessage()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java162 byte[] receive() throws Exception; in receive() method
193 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.NativeSocket
309 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaUdpSocket
311 mSocket.receive(data); in receive()
347 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaTcpSocket
617 assertArrayEquals(TEST_DATA, right.receive()); in checkSocketPair()
620 assertArrayEquals(TEST_DATA, left.receive()); in checkSocketPair()
629 assertArrayEquals(TEST_DATA, right.receive()); in checkUnconnectedUdpSocketPair()
632 assertArrayEquals(TEST_DATA, left.receive()); in checkUnconnectedUdpSocketPair()
DIpSecManagerTest.java195 in = sockRight.receive(); in checkUnconnectedUdp()
199 in = sockLeft.receive(); in checkUnconnectedUdp()
229 in = accepted.receive(); in checkTcp()
237 in = client.receive(); in checkTcp()
315 localSocket.receive(inPacket); in testCreateTransform()
323 localSocket.receive(inPacket); in testCreateTransform()
623 byte[] in = wrappedEncapSocket.receive(); in checkIkePacket()
628 in = remoteSocket.receive(); in checkIkePacket()
/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/apps/Nfc/src/com/android/nfc/
DDeviceHost.java111 public byte[] receive(); in receive() method
139 public int receive(byte[] recvBuff) throws IOException; in receive() method
165 public LlcpPacket receive() throws IOException; in receive() method
/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/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java187 int size = socket.receive(dataUnit); in handleClient()
303 packet = socket.receive(); in run()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java36 public byte[] receive() { in receive() method in NativeP2pDevice
DNativeLlcpConnectionlessSocket.java60 public LlcpPacket receive() throws IOException { in receive() method in NativeLlcpConnectionlessSocket
DNativeLlcpSocket.java69 public int receive(byte[] recvBuff) throws IOException { in receive() method in NativeLlcpSocket
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverClient.java127 int size = sock.receive(partial); in sendHandoverRequest()
DHandoverServer.java191 int size = mSock.receive(partial); in run()
/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.
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto29 * but none of the ones we don't. So when we receive one, we attempt to parse
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushServer.java83 size = mSock.receive(partial); in run()
/packages/apps/Nfc/nci/jni/
DNativeLlcpSocket.cpp153 bool stat = PeerToPeer::getInstance().receive( in nativeLlcpSocket_doReceive()
DPeerToPeer.h239 bool receive(tJNI_HANDLE jniHandle, uint8_t* buffer, uint16_t bufferLen,
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeUdpEncapSocketTest.java159 byte[] receivedData = receive(mDummyRemoteServerFd); in disableTestSendIkePacket()
DIkeSocketTestBase.java146 protected byte[] receive(FileDescriptor mfd) throws Exception { in receive() method in IkeSocketTestBase
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
Dvoicemail_transcription.proto84 // Voicemail audio file containing the raw bytes we receive from the carrier.
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java527 s.receive(p); in checkUdpEcho()
532 s.receive(p); in checkUdpEcho()
/packages/modules/DnsResolver/
DREADME-DoT.md50 `DnsTlsSocket` can receive queries on any thread, and send them over a
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE59 a Person to make or receive copies of the Database or a Derivative
505 be a recipient and receive a license under Section 4.8.
/packages/modules/GeoTZ/output_data/odbl/
DLICENSE59 a Person to make or receive copies of the Database or a Derivative
505 be a recipient and receive a license under Section 4.8.

12