Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DIpFilterConfiguration.java46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration() argument
50 mDstIpAddress = dstAddr; in IpFilterConfiguration()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3492 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3494 dstAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()
3496 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3498 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v4>(dstAddr); in getDemuxIpAddress()
3501 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3503 dstAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()
3505 env->GetByteArrayRegion(jdstIpAddress, 0, dstSize, reinterpret_cast<jbyte *>(&dstAddr[0])); in getDemuxIpAddress()
3507 res.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v6>(dstAddr); in getDemuxIpAddress()