Searched refs:IP_V4_LENGTH (Results 1 – 3 of 3) sorted by relevance
114 const static int IP_V4_LENGTH = 4; variable223 hidl_array<uint8_t, IP_V4_LENGTH> getIpV4Address(const DemuxIpAddressIpAddress& addr);
705 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()
350 static int IP_V4_LENGTH = 4; variable3513 if (srcSize == IP_V4_LENGTH) { in getDemuxIpAddress()3516 srcAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()3517 dstAddr.resize(IP_V4_LENGTH); in getDemuxIpAddress()