HomeSort by relevance Sort by last modified time
    Searched defs:recvMessage (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/netlink/
NetlinkSocket.java 84 public ByteBuffer recvMessage()
86 return recvMessage(DEFAULT_RECV_BUFSIZE, 0);
93 public ByteBuffer recvMessage(long timeoutMs) throws ErrnoException, InterruptedIOException {
94 return recvMessage(DEFAULT_RECV_BUFSIZE, timeoutMs);
109 public ByteBuffer recvMessage(int bufsize, long timeoutMs)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java     [all...]

Completed in 119 milliseconds