Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/tuner/filter/
DIpFilterConfiguration.java40 private final byte[] mDstIpAddress; field in IpFilterConfiguration
50 mDstIpAddress = dstAddr; in IpFilterConfiguration()
76 return mDstIpAddress; in getDstIpAddress()
123 private byte[] mDstIpAddress = {0, 0, 0, 0}; field in IpFilterConfiguration.Builder
150 mDstIpAddress = dstIpAddress; in setDstIpAddress()
214 if (ipAddrLength != mDstIpAddress.length || (ipAddrLength != 4 && ipAddrLength != 16)) { in build()
217 + "srcLength=" + ipAddrLength + ", dstLength=" + mDstIpAddress.length); in build()
219 return new IpFilterConfiguration(mSettings, mSrcIpAddress, mDstIpAddress, mSrcPort, in build()