Home
last modified time | relevance | path

Searched refs:getSelector (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp86 return getSelector().primaryId; in operator *()
90 DCHECK(mPos <= getSelector().secondaryIds.size()); in operator *()
91 return getSelector().secondaryIds[mPos - 1]; in operator *()
96 if (reinterpret_cast<intptr_t>(&getSelector()) != in operator ==()
97 reinterpret_cast<intptr_t>(&rhs.getSelector())) { in operator ==()
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h68 const ProgramSelector& getSelector() const { return mSel.get(); } in getSelector() function