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.cpp3515 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3517 dstAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()
3519 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3521 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v4>(dstAddr); in getDemuxIpAddress()
3524 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3526 dstAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()
3528 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3530 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v6>(dstAddr); in getDemuxIpAddress()