Home
last modified time | relevance | path

Searched refs:tuneInternalLocked (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp53 tuneInternalLocked(utils::make_selector_amfm(ranges[0].lowerBound)); in TunerSession()
67 void TunerSession::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession
113 tuneInternalLocked(sel); in tune()
167 tuneInternalLocked(tuneTo); in scan()
207 tuneInternalLocked(utils::make_selector_amfm(stepTo)); in step()
DTunerSession.h67 void tuneInternalLocked(const ProgramSelector& sel);
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp157 void Tuner::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() function in android::hardware::broadcastradio::V1_1::implementation::Tuner
224 tuneInternalLocked(tuneTo); in scan()
265 tuneInternalLocked(utils::make_selector(mAmfmConfig.type, current)); in step()
312 tuneInternalLocked(sel); in tuneByProgramSelector()
DTuner.h76 void tuneInternalLocked(const V1_1::ProgramSelector& sel);
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.h91 ProgramInfo tuneInternalLocked(const ProgramSelector& sel) REQUIRES(mMutex);
DBroadcastRadio.cpp224 ProgramInfo BroadcastRadio::tuneInternalLocked(const ProgramSelector& sel) { in tuneInternalLocked() function in aidl::android::hardware::broadcastradio::BroadcastRadio
333 programInfo = tuneInternalLocked(program); in tune()
501 programInfo = tuneInternalLocked(nextProgram.selector); in seek()
557 programInfo = tuneInternalLocked(utils::makeSelectorAmfm(stepTo)); in step()