Searched refs:packetType (Results 1 – 4 of 4) sorted by relevance
55 private TlvFilterConfiguration(Settings settings, int packetType, boolean isCompressed, in TlvFilterConfiguration() argument58 mPacketType = packetType; in TlvFilterConfiguration()121 public Builder setPacketType(int packetType) { in setPacketType() argument122 mPacketType = packetType; in setPacketType()
82 private AlpFilterConfiguration(Settings settings, int packetType, int lengthType) { in AlpFilterConfiguration() argument84 mPacketType = packetType; in AlpFilterConfiguration()135 public Builder setPacketType(int packetType) { in setPacketType() argument136 mPacketType = packetType; in setPacketType()
70 int packetType = MidiPortImpl.getPacketType(buffer, count);71 switch (packetType) {85 Log.e(TAG, "Unknown packet type " + packetType);
4211 int32_t packetType = in getFilterConfiguration() local4218 .packetType = packetType, in getFilterConfiguration()4239 int32_t packetType = in getFilterConfiguration() local4244 .packetType = packetType, in getFilterConfiguration()