Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h178 int getDabEccCode(const ProgramSelector& sel);
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp387 uint32_t ecc1 = utils::getDabEccCode(lhs); in operator ()()
388 uint32_t ecc2 = utils::getDabEccCode(rhs); in operator ()()
551 int getDabEccCode(const ProgramSelector& sel) { in getDabEccCode() function
/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp373 ASSERT_EQ(utils::getDabEccCode(sel), kDabEccCode); in TEST()