Home
last modified time | relevance | path

Searched defs:isFm (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils1x/
DUtils.cpp123 bool isFm(const Band band) { in isFm() function
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp82 bool isFm = freq >= kFmFullBandRange.lowerBound && freq <= kFmFullBandRange.upperBound; in isDigitalProgramAllowed() local