Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.h114 const static int IP_V4_LENGTH = 4; variable
223 hidl_array<uint8_t, IP_V4_LENGTH> getIpV4Address(const DemuxIpAddressIpAddress& addr);
DTunerHidlFilter.cpp705 hidl_array<uint8_t, IP_V4_LENGTH> TunerHidlFilter::getIpV4Address( in getIpV4Address()
707 hidl_array<uint8_t, IP_V4_LENGTH> ip; in getIpV4Address()
708 if (addr.get<DemuxIpAddressIpAddress::v4>().size() != IP_V4_LENGTH) { in getIpV4Address()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp350 static int IP_V4_LENGTH = 4; variable
3513 if (srcSize == IP_V4_LENGTH) { in getDemuxIpAddress()
3516 srcAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()
3517 dstAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()