Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/tuner/filter/
DIpFilterConfiguration.java46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration() argument
50 mDstIpAddress = dstAddr; in IpFilterConfiguration()
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java382 InetAddress srcAddr, int srcPort, InetAddress dstAddr) { in startNattKeepalive() argument
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp3752 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3754 dstAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()
3756 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3758 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v4>(dstAddr); in getDemuxIpAddress()
3761 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3763 dstAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()
3765 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3767 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v6>(dstAddr); in getDemuxIpAddress()