Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp199 bool getLegacyChannel(const ProgramSelector& sel, uint32_t* channelOut, uint32_t* subChannelOut) { in getLegacyChannel() argument
201 if (subChannelOut) *subChannelOut = 0; in getLegacyChannel()
204 if (subChannelOut && hasId(sel, IdentifierType::HD_SUBCHANNEL)) { in getLegacyChannel()
206 *subChannelOut = getId(sel, IdentifierType::HD_SUBCHANNEL) + 1; in getLegacyChannel()
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h71 uint32_t* subChannelOut);