Home
last modified time | relevance | path

Searched refs:maybeGetId (Results 1 – 3 of 3) 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()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp52 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()