Searched refs:packetType (Results 1 – 5 of 5) sorted by relevance
66 int packetType = MidiPortImpl.getPacketType(buffer, count);67 switch (packetType) {81 Log.e(TAG, "Unknown packet type " + packetType);
81 int16_t pktType = static_cast<int16_t>(packetType); in serializeHeader()99 packetType = static_cast<TimeServicePacketType>(tmp); in deserializeHeader()114 switch (packetType) { in serializePacket()152 packetType = ntohs(*((uint16_t*)(data + 6))); in deserializePacket()153 switch (packetType) { in deserializePacket()
45 TimeServicePacketType packetType; variable62 packetType = type; in initHeader()171 uint16_t packetType;
640 switch (pkt.packetType) { in handlePacket()670 pkt.packetType, srcEPStr); in handlePacket()
53 …public native static void attachRaFilter(FileDescriptor fd, int packetType) throws SocketException; in attachRaFilter() argument63 public native static void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument