Searched defs:sel (Results 1 – 9 of 9) sorted by relevance
/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/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/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 | 419 auto sel = make_selector_amfm(freq); in TEST_P() local 476 ProgramSelector sel{id, {}}; in TEST_P() local 498 ProgramSelector sel = {}; in TEST_P() local
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
D | VtsHalBroadcastradioV1_1TargetTest.cpp | 365 ProgramSelector sel = {}; in TEST_P() local 385 ProgramSelector sel = {}; in TEST_P() local
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 668 struct snd_timer_select sel; in enable_timer() local
|