Home
last modified time | relevance | path

Searched refs:mPacketType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/tuner/filter/
DTlvFilterConfiguration.java51 private final int mPacketType; field in TlvFilterConfiguration
58 mPacketType = packetType; in TlvFilterConfiguration()
74 return mPacketType; in getPacketType()
106 private int mPacketType = PACKET_TYPE_NULL; field in TlvFilterConfiguration.Builder
122 mPacketType = packetType; in setPacketType()
161 mSettings, mPacketType, mIsCompressedIpPacket, mPassthrough); in build()
DAlpFilterConfiguration.java79 private final int mPacketType; field in AlpFilterConfiguration
84 mPacketType = packetType; in AlpFilterConfiguration()
99 return mPacketType; in getPacketType()
121 private int mPacketType = PACKET_TYPE_IPV4; field in AlpFilterConfiguration.Builder
136 mPacketType = packetType; in setPacketType()
164 return new AlpFilterConfiguration(mSettings, mPacketType, mLengthType); in build()