/hardware/interfaces/broadcastradio/common/utilsaidl/test/ |
D | BroadcastRadioUtilsTest.cpp | 85 ProgramSelector sel = { in TEST() local 100 ProgramSelector sel = { in TEST() local 117 ProgramSelector sel = { in TEST() local 132 ProgramSelector sel = {.primaryId = utils::makeIdentifier(IdentifierType::RDS_PI, kRdsValue)}; in TEST() local 154 ProgramSelector sel = utils::makeSelectorAmfm(kFmFrequencyKHz); in TEST() local 166 ProgramSelector sel = utils::makeSelectorAmfm(kFmFrequencyKHz); in TEST() local 172 ProgramSelector sel = utils::makeSelectorDab(kDabSidExt, kDabEnsemble, kDabFrequencyKhz); in TEST() local 178 ProgramSelector sel = utils::makeSelectorAmfm(kFmFrequencyKHz); in TEST() local 184 ProgramSelector sel = utils::makeSelectorAmfm(kFmFrequencyKHz); in TEST() local 190 ProgramSelector sel = utils::makeSelectorDab(kDabSidExt, kDabEnsemble, kDabFrequencyKhz); in TEST() local [all …]
|
D | BroadcastRadioUtilsCommonTest.cpp | 196 ProgramSelector sel; member
|
/hardware/interfaces/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 52 bool maybeGetId(const ProgramSelector& sel, const IdentifierType& type, int64_t* val) { in maybeGetId() 68 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel) : IdentifierIterator(sel, 0) {} in IdentifierIterator() 70 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel, size_t pos) in IdentifierIterator() 159 bool hasId(const ProgramSelector& sel, const IdentifierType& type) { in hasId() 163 int64_t getId(const ProgramSelector& sel, const IdentifierType& type) { in getId() 174 int64_t getId(const ProgramSelector& sel, const IdentifierType& type, int64_t defaultValue) { in getId() 181 vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type) { in getAllIds() 194 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported() 288 bool isValid(const ProgramSelector& sel) { in isValid() 312 ProgramSelector sel = {}; in makeSelectorAmfm() local [all …]
|
D | UtilsV2.cpp | 128 bool isValidV2(const ProgramSelector& sel) { in isValidV2()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 48 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel) in IdentifierIterator() 51 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel, size_t pos) in IdentifierIterator() 108 static int getHdSubchannel(const ProgramSelector& sel) { in getHdSubchannel() 136 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId() 156 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId() 160 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId() 171 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId() 176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds() 190 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported() 283 bool isValid(const ProgramSelector& sel) { in isValid() [all …]
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 103 ProgramType getType(const ProgramSelector& sel) { in getType() 127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId() 146 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId() 150 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId() 161 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId() 167 ProgramSelector sel = {}; in make_selector() local 199 bool getLegacyChannel(const ProgramSelector& sel, uint32_t* channelOut, uint32_t* subChannelOut) { in getLegacyChannel() 213 bool isDigital(const ProgramSelector& sel) { in isDigital()
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | IdentifierIterator_test.cpp | 30 V2_0::ProgramSelector sel { in TEST() local 47 V2_0::ProgramSelector sel{}; in TEST() local 67 V2_0::ProgramSelector sel{{}, {{}, {}}}; in TEST() local 89 V2_0::ProgramSelector sel { in TEST() local 124 V2_0::ProgramSelector sel{{}, {{}, {}, {}}}; in TEST() local
|
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 66 const V2_0::ProgramSelector& sel() const { return mSel.get(); } in sel() function
|
/hardware/interfaces/broadcastradio/aidl/default/ |
D | BroadcastRadio.cpp | 77 bool isDigitalProgramAllowed(const ProgramSelector& sel, bool forceAnalogFm, bool forceAnalogAm) { in isDigitalProgramAllowed() 99 bool isProgramInBand(const ProgramSelector& sel, in isProgramInBand() 162 ProgramSelector sel = utils::makeSelectorAmfm(ranges[0].lowerBound); in BroadcastRadio() local 224 ProgramInfo BroadcastRadio::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() 283 ProgramSelector sel = programInfo.selector; in handleProgramInfoUpdateRadioCallback() local 829 ProgramSelector sel = {}; in cmdTune() local
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 67 void TunerSession::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() 92 Return<Result> TunerSession::tune(const ProgramSelector& sel) { in tune()
|
/hardware/interfaces/broadcastradio/aidl/vts/src/ |
D | VtsHalBroadcastradioAidlTargetTest.cpp | 574 ProgramSelector sel = makeSelectorAmfm(freq); in TEST_P() local 609 ProgramSelector sel{id, {}}; in TEST_P() local 640 ProgramSelector sel{id, {}}; in TEST_P() local 660 ProgramSelector sel = {}; in TEST_P() local 681 ProgramSelector sel = makeSelectorAmfm(freq); in TEST_P() local 784 ProgramSelector sel = {}; in TEST_P() local
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 102 const auto sel = selectRead(mSocket, kReadPooling); in readerThread() local
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 157 void Tuner::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() 282 Return<Result> Tuner::tuneByProgramSelector(const ProgramSelector& sel) { in tuneByProgramSelector()
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 426 auto sel = make_selector_amfm(freq); in TEST_P() local 483 ProgramSelector sel{id, {}}; in TEST_P() local 524 ProgramSelector sel = {}; in TEST_P() local 565 ProgramSelector sel = {}; in TEST_P() local
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 352 ProgramSelector sel = {}; in TEST_P() local 371 ProgramSelector sel = {}; in TEST_P() local
|
/hardware/interfaces/broadcastradio/aidl/default/test/ |
D | DefaultBroadcastRadioHalTest.cpp | 98 void verifyUpdatedProgramInfo(const ProgramSelector& sel) { in verifyUpdatedProgramInfo()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 668 struct snd_timer_select sel; in enable_timer() local
|