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()
68 int packetType = MidiPortImpl.getPacketType(buffer, count);69 switch (packetType) {83 Log.e(TAG, "Unknown packet type " + packetType);
2908 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local2915 .packetType = packetType, in getFilterConfiguration()2942 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local2947 .packetType = packetType, in getFilterConfiguration()