Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId() function
147 return maybeGetId(sel, type, nullptr); in hasId()
153 if (maybeGetId(sel, type, &val)) { in getId()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp136 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId() function
157 return maybeGetId(sel, type, nullptr); in hasId()
163 if (maybeGetId(sel, type, &val)) { in getId()