Searched refs:bothHaveId (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 46 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/ |
D | Utils.cpp | 94 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/ |
D | Utils.cpp | 38 bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, const IdentifierType& type) { in bothHaveId() function 43 if (!bothHaveId(a, b, type)) { in haveEqualIds()
|