Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/
DTunerFilter.h89 const static int IP_V4_LENGTH = 4; variable
179 hidl_array<uint8_t, IP_V4_LENGTH> getIpV4Address(TunerDemuxIpAddress addr);
DTunerFilter.cpp324 hidl_array<uint8_t, IP_V4_LENGTH> TunerFilter::getIpV4Address(TunerDemuxIpAddress addr) { in getIpV4Address()
325 hidl_array<uint8_t, IP_V4_LENGTH> ip; in getIpV4Address()
326 if (addr.addr.size() != IP_V4_LENGTH) { in getIpV4Address()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp196 static int IP_V4_LENGTH = 4; variable
3534 if (srcSize == IP_V4_LENGTH) { in getDemuxIpAddress()
3535 uint8_t srcAddr[IP_V4_LENGTH]; in getDemuxIpAddress()
3536 uint8_t dstAddr[IP_V4_LENGTH]; in getDemuxIpAddress()