Searched refs:defval (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/ |
D | Utils.h | 66 uint64_t getId(const V1_1::ProgramSelector& sel, const V1_1::IdentifierType type, uint64_t defval);
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 161 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/ |
D | Utils.h | 108 uint64_t getId(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type, uint64_t defval);
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 171 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId() argument 172 if (!hasId(sel, type)) return defval; in getId()
|