Searched refs:maybeGetId (Results 1 – 3 of 3) 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()
|
/hardware/interfaces/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 52 bool maybeGetId(const ProgramSelector& sel, const IdentifierType& type, int64_t* val) { in maybeGetId() function 160 return maybeGetId(sel, type, /* val */ nullptr); in hasId() 166 if (maybeGetId(sel, type, &val)) { in getId()
|