Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 5 of 5) 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.java70 int packetType = MidiPortImpl.getPacketType(buffer, count);
71 switch (packetType) {
85 Log.e(TAG, "Unknown packet type " + packetType);
/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.cpp720 .packetType = static_cast<uint8_t>(tlvConf.packetType), in getHidlTlvSettings()
747 .packetType = static_cast<uint8_t>(alpConf.packetType), in getHidlAlpSettings()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp4235 int32_t packetType = in getFilterConfiguration() local
4242 .packetType = packetType, in getFilterConfiguration()
4263 int32_t packetType = in getFilterConfiguration() local
4268 .packetType = packetType, in getFilterConfiguration()