Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/midi/
DMidiOutputPort.java66 int packetType = MidiPortImpl.getPacketType(buffer, count);
67 switch (packetType) {
81 Log.e(TAG, "Unknown packet type " + packetType);
/frameworks/base/libs/common_time/
Dcommon_time_server_packets.cpp81 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()
Dcommon_time_server_packets.h45 TimeServicePacketType packetType; variable
62 packetType = type; in initHeader()
171 uint16_t packetType;
Dcommon_time_server.cpp640 switch (pkt.packetType) { in handlePacket()
670 pkt.packetType, srcEPStr); in handlePacket()
/frameworks/base/core/java/android/net/
DNetworkUtils.java53 …public native static void attachRaFilter(FileDescriptor fd, int packetType) throws SocketException; in attachRaFilter() argument
63 public native static void attachControlPacketFilter(FileDescriptor fd, int packetType) in attachControlPacketFilter() argument