Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/
DTunerFilter.h90 const static int IP_V6_LENGTH = 16; variable
180 hidl_array<uint8_t, IP_V6_LENGTH> getIpV6Address(TunerDemuxIpAddress addr);
DTunerFilter.cpp315 hidl_array<uint8_t, IP_V6_LENGTH> TunerFilter::getIpV6Address(TunerDemuxIpAddress addr) { in getIpV6Address()
316 hidl_array<uint8_t, IP_V6_LENGTH> ip; in getIpV6Address()
317 if (addr.addr.size() != IP_V6_LENGTH) { in getIpV6Address()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp197 static int IP_V6_LENGTH = 16; variable
3543 } else if (srcSize == IP_V6_LENGTH) { in getDemuxIpAddress()
3544 uint8_t srcAddr[IP_V6_LENGTH]; in getDemuxIpAddress()
3545 uint8_t dstAddr[IP_V6_LENGTH]; in getDemuxIpAddress()