Home
last modified time | relevance | path

Searched defs:sel (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp48 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/
DUtils.cpp103 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/utilsaidl/
DUtils.cpp53 int getHdSubchannel(const ProgramSelector& sel) { in getHdSubchannel()
59 bool maybeGetId(const ProgramSelector& sel, const IdentifierType& type, int64_t* val) { in maybeGetId()
75 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel) : IdentifierIterator(sel, 0) {} in IdentifierIterator()
77 IdentifierIterator::IdentifierIterator(const ProgramSelector& sel, size_t pos) in IdentifierIterator()
161 bool hasId(const ProgramSelector& sel, const IdentifierType& type) { in hasId()
165 int64_t getId(const ProgramSelector& sel, const IdentifierType& type) { in getId()
176 int64_t getId(const ProgramSelector& sel, const IdentifierType& type, int64_t defaultValue) { in getId()
183 vector<int> getAllIds(const ProgramSelector& sel, const IdentifierType& type) { in getAllIds()
196 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported()
290 bool isValid(const ProgramSelector& sel) { in isValid()
[all …]
/hardware/interfaces/broadcastradio/common/tests/
DIdentifierIterator_test.cpp30 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/
DUtils.h66 const V2_0::ProgramSelector& sel() const { return mSel.get(); } in sel() function
/hardware/interfaces/broadcastradio/aidl/vts/src/
DVtsHalBroadcastradioAidlTargetTest.cpp545 ProgramSelector sel = makeSelectorAmfm(freq); in TEST_P() local
580 ProgramSelector sel{id, {}}; in TEST_P() local
611 ProgramSelector sel{id, {}}; in TEST_P() local
631 ProgramSelector sel = {}; in TEST_P() local
652 ProgramSelector sel = makeSelectorAmfm(freq); in TEST_P() local
706 ProgramSelector sel = {}; in TEST_P() local
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp67 void TunerSession::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked()
92 Return<Result> TunerSession::tune(const ProgramSelector& sel) { in tune()
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp102 const auto sel = selectRead(mSocket, kReadPooling); in readerThread() local
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp157 void Tuner::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked()
282 Return<Result> Tuner::tuneByProgramSelector(const ProgramSelector& sel) { in tuneByProgramSelector()
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp107 ProgramSelector sel = utils::makeSelectorAmfm(ranges[0].lowerBound); in BroadcastRadio() local
167 ProgramInfo BroadcastRadio::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked()
590 ProgramSelector sel = {}; in cmdTune() local
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp426 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/
DVtsHalBroadcastradioV1_1TargetTest.cpp364 ProgramSelector sel = {}; in TEST_P() local
384 ProgramSelector sel = {}; in TEST_P() local
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c668 struct snd_timer_select sel; in enable_timer() local