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

/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java66 int packetType = MidiPortImpl.getPacketType(buffer, count);
67 switch (packetType) {
81 Log.e(TAG, "Unknown packet type " + packetType);
/frameworks/base/libs/common_time/
H A Dcommon_time_server_packets.cpp81 int16_t pktType = static_cast<int16_t>(packetType);
99 packetType = static_cast<TimeServicePacketType>(tmp);
114 switch (packetType) {
152 packetType = ntohs(*((uint16_t*)(data + 6)));
153 switch (packetType) {
H A Dcommon_time_server_packets.h45 TimeServicePacketType packetType; member in class:android::TimeServicePacketHeader
62 packetType = type;
171 uint16_t packetType; member in class:android::UniversalTimeServicePacket
H A Dcommon_time_server.cpp640 switch (pkt.packetType) {
670 pkt.packetType, srcEPStr);
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java51 * @param packetType the hardware address type, one of ARPHRD_*.
53 public native static void attachRaFilter(FileDescriptor fd, int packetType) throws SocketException; argument
61 * @param packetType the hardware address type, one of ARPHRD_*.
63 public native static void attachControlPacketFilter(FileDescriptor fd, int packetType) argument

Completed in 112 milliseconds