Searched defs:receive (Results 1 – 9 of 9) sorted by relevance
60 public LlcpPacket receive() throws IOException { in receive() method in NativeLlcpConnectionlessSocket
36 public byte[] receive() { in receive() method in NativeP2pDevice
69 public int receive(byte[] recvBuff) throws IOException { in receive() method in NativeLlcpSocket
55 public int receive(byte[] receiveBuffer) throws IOException { in receive() method in MockLlcpSocket
104 public byte[] receive(); in receive() method132 public int receive(byte[] recvBuff) throws IOException; in receive() method158 public LlcpPacket receive() throws IOException; in receive() method
942 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen) in receive() function in PeerToPeer