Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.h115 const static int IP_V6_LENGTH = 16; variable
224 hidl_array<uint8_t, IP_V6_LENGTH> getIpV6Address(const DemuxIpAddressIpAddress& addr);
DTunerHidlFilter.cpp694 hidl_array<uint8_t, IP_V6_LENGTH> TunerHidlFilter::getIpV6Address( in getIpV6Address()
696 hidl_array<uint8_t, IP_V6_LENGTH> ip; in getIpV6Address()
697 if (addr.get<DemuxIpAddressIpAddress::v6>().size() != IP_V6_LENGTH) { in getIpV6Address()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp351 static int IP_V6_LENGTH = 16; variable
3522 } else if (srcSize == IP_V6_LENGTH) { in getDemuxIpAddress()
3525 srcAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()
3526 dstAddr.resize(IP_V6_LENGTH); in getDemuxIpAddress()