Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/tuner/filter/
DTlvFilterConfiguration.java55 private TlvFilterConfiguration(Settings settings, int packetType, boolean isCompressed, in TlvFilterConfiguration() argument
58 mPacketType = packetType; in TlvFilterConfiguration()
121 public Builder setPacketType(int packetType) { in setPacketType() argument
122 mPacketType = packetType; in setPacketType()
DAlpFilterConfiguration.java82 private AlpFilterConfiguration(Settings settings, int packetType, int lengthType) { in AlpFilterConfiguration() argument
84 mPacketType = packetType; in AlpFilterConfiguration()
135 public Builder setPacketType(int packetType) { in setPacketType() argument
136 mPacketType = packetType; in setPacketType()
/frameworks/base/media/java/android/media/midi/
DMidiOutputPort.java68 int packetType = MidiPortImpl.getPacketType(buffer, count);
69 switch (packetType) {
83 Log.e(TAG, "Unknown packet type " + packetType);
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp2908 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local
2915 .packetType = packetType, in getFilterConfiguration()
2942 uint8_t packetType = static_cast<uint8_t>( in getFilterConfiguration() local
2947 .packetType = packetType, in getFilterConfiguration()