Home
last modified time | relevance | path

Searched refs:channelOut (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
200 if (channelOut) *channelOut = 0; in getLegacyChannel()
203 if (channelOut) *channelOut = getId(sel, IdentifierType::AMFM_FREQUENCY); in getLegacyChannel()
/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/
DUtils.h70 bool getLegacyChannel(const V1_1::ProgramSelector& sel, uint32_t* channelOut,