Searched refs:receive (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java34 public byte[] receive() { method in class:NativeP2pDevice
H A DNativeLlcpConnectionlessSocket.java60 public LlcpPacket receive() throws IOException { method in class:NativeLlcpConnectionlessSocket
H A DNativeLlcpSocket.java69 public int receive(byte[] recvBuff) throws IOException { method in class:NativeLlcpSocket
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java34 public byte[] receive() { method in class:NativeP2pDevice
H A DNativeLlcpConnectionlessSocket.java60 public LlcpPacket receive() throws IOException { method in class:NativeLlcpConnectionlessSocket
H A DNativeLlcpSocket.java69 public int receive(byte[] recvBuff) throws IOException { method in class:NativeLlcpSocket
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java124 public byte[] receive(); method in interface:DeviceHost.NfcDepEndpoint
150 public int receive(byte[] recvBuff) throws IOException; method in interface:DeviceHost.LlcpSocket
176 public LlcpPacket receive() throws IOException; method in interface:DeviceHost.LlcpConnectionlessSocket
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessenger.java67 mSocket.receive(responseBytes);
109 size = mSocket.receive(partial);
152 size = mSocket.receive(partial);
/packages/apps/Nfc/tests/src/com/android/nfc/
H A DMockLlcpSocket.java55 public int receive(byte[] receiveBuffer) throws IOException { method in class:MockLlcpSocket
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java127 int size = sock.receive(partial);
H A DHandoverServer.java181 int size = mSock.receive(partial);
/packages/apps/Nfc/src/com/android/nfc/echoserver/
H A DEchoServer.java39 * 1) A connection-based server, which has a receive buffer of two
41 * After these 2 seconds, all packets that are in the receive buffer
44 * 2) A connection-less mode, which has a receive buffer of two packets.
45 * On LLCP link activation, we try to receive data on a pre-determined
187 int size = socket.receive(dataUnit);
303 packet = socket.receive();
356 // - otherwise, all calls to receive() on the connectionless socket
/packages/apps/Nfc/nci/jni/
H A DNativeLlcpSocket.cpp151 bool stat = PeerToPeer::getInstance().receive(jniHandle, reinterpret_cast<UINT8*>(&bytes[0]), bytes.size(), actualLen);
193 ** Description: Get peer's receive window size.
197 ** Returns: Peer's receive window size.
H A DPeerToPeer.h241 ** Function: receive
252 bool receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen);
285 ** Description: Get peer's receive window size.
288 ** Returns: Peer's receive window size.
H A DPeerToPeer.cpp304 //no longer need to receive NDEF message from a tag
915 ** Function: receive
926 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen) function in class:PeerToPeer
928 static const char fn [] = "PeerToPeer::receive";
1005 pConn->mReadEvent.notifyOne (); //unblock receive()
1058 ** Description: Get peer's receive window size.
1061 ** Returns: Peer's receive window size.
1182 mClients[ii]->mClientConn->mReadEvent.notifyOne (); //unblock receive()
1311 pConn->mReadEvent.notifyOne (); //unblock receive()
1465 pConn->mReadEvent.notifyOne(); //unblock receive()
[all...]
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushServer.java83 size = mSock.receive(partial);

Completed in 166 milliseconds