Home
last modified time | relevance | path

Searched refs:bothHaveId (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp46 static bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, in bothHaveId() function
58 if (!bothHaveId(a, b, type)) return false; in haveEqualIds()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp94 static bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, in bothHaveId() function
101 if (!bothHaveId(a, b, type)) return false; in haveEqualIds()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp38 bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, const IdentifierType& type) { in bothHaveId() function
43 if (!bothHaveId(a, b, type)) { in haveEqualIds()