Home
last modified time | relevance | path

Searched refs:defval (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h66 uint64_t getId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type, uint64_t defval);
/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp161 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId() argument
162 if (!hasId(sel, type)) return defval; in getId()
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
DUtils.h108 uint64_t getId(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type, uint64_t defval);
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp171 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId() argument
172 if (!hasId(sel, type)) return defval; in getId()