/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 116 public byte[] receive(); in receive() method 142 public int receive(byte[] recvBuff) throws IOException; in receive() method 168 public LlcpPacket receive() throws IOException; in receive() method
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
D | SnepMessenger.java | 67 mSocket.receive(responseBytes); in sendMessage() 109 size = mSocket.receive(partial); in getMessage() 152 size = mSocket.receive(partial); in getMessage()
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
D | NativeP2pDevice.java | 34 public byte[] receive() { in receive() method in NativeP2pDevice
|
D | NativeLlcpConnectionlessSocket.java | 60 public LlcpPacket receive() throws IOException { in receive() method in NativeLlcpConnectionlessSocket
|
D | NativeLlcpSocket.java | 69 public int receive(byte[] recvBuff) throws IOException { in receive() method in NativeLlcpSocket
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeP2pDevice.java | 34 public byte[] receive() { in receive() method in NativeP2pDevice
|
D | NativeLlcpConnectionlessSocket.java | 60 public LlcpPacket receive() throws IOException { in receive() method in NativeLlcpConnectionlessSocket
|
D | NativeLlcpSocket.java | 69 public int receive(byte[] recvBuff) throws IOException { in receive() method in NativeLlcpSocket
|
/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
D | EchoServer.java | 187 int size = socket.receive(dataUnit); in handleClient() 303 packet = socket.receive(); in run()
|
/packages/apps/Nfc/tests/src/com/android/nfc/ |
D | MockLlcpSocket.java | 55 public int receive(byte[] receiveBuffer) throws IOException { in receive() method in MockLlcpSocket
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverClient.java | 69 int size = sock.receive(partial); in sendHandoverRequest()
|
D | HandoverServer.java | 181 int size = mSock.receive(partial); in run()
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
D | NdefPushServer.java | 83 size = mSock.receive(partial); in run()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeLlcpSocket.cpp | 170 stat = PeerToPeer::getInstance().receive (jniHandle, dataBuffer, dataBufferLen, actualLen); in nativeLlcpSocket_doReceive()
|
D | PeerToPeer.h | 252 bool receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen);
|
D | PeerToPeer.cpp | 920 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen) in receive() function in PeerToPeer
|