Searched refs:maybeGetId (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 127 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/ |
D | Utils.cpp | 136 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()
|