Home
last modified time | relevance | path

Searched refs:idType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp193 for (auto&& idType : prop.supportedIdentifierTypes) { in isSupported()
194 if (hasId(sel, getType(idType))) return true; in isSupported()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp673 int idType; in parseProgramIdentifierList() local
674 if (!parseArgInt(idStrPair[0], &idType)) { in parseProgramIdentifierList()
681 ProgramIdentifier id = {getType(idType), idVal}; in parseProgramIdentifierList()