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.cpp3536 uint8_t dstAddr[IP_V4_LENGTH]; in getDemuxIpAddress() local
3540 jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte*>(dstAddr)); in getDemuxIpAddress()
3542 res.dstIpAddress.v4(dstAddr); in getDemuxIpAddress()
3545 uint8_t dstAddr[IP_V6_LENGTH]; in getDemuxIpAddress() local
3549 jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte*>(dstAddr)); in getDemuxIpAddress()
3551 res.dstIpAddress.v6(dstAddr); in getDemuxIpAddress()