Searched refs:getSocketType (Results 1 – 3 of 3) sorted by relevance
71 assertEquals(SOCK_STREAM, sockInfo.getSocketType()); in testConstructWithSock()76 assertEquals(SOCK_STREAM, sockInfo6.getSocketType()); in testConstructWithSock()103 assertEquals(SOCK_DGRAM, sockInfo.getSocketType()); in testConstructWithDatagramSock()108 assertEquals(SOCK_DGRAM, sockInfo6.getSocketType()); in testConstructWithDatagramSock()
207 if ((mQosSocketInfo.getSocketType() == SOCK_STREAM && protocol == IPPROTO_TCP) in matchesProtocol()208 || (mQosSocketInfo.getSocketType() == SOCK_DGRAM && protocol == IPPROTO_UDP)) { in matchesProtocol()
113 public int getSocketType() { in getSocketType() method in QosSocketInfo