Searched defs:receive (Results 1 – 6 of 6) 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
109 public byte[] receive(); in receive() method137 public int receive(byte[] recvBuff) throws IOException; in receive() method163 public LlcpPacket receive() throws IOException; in receive() method
906 bool PeerToPeer::receive(tJNI_HANDLE jniHandle, uint8_t* buffer, in receive() function in PeerToPeer