Home
last modified time | relevance | path

Searched refs:tuneByProgramSelector (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp334 auto tuneResult = mTuner->tuneByProgramSelector(firstProgram.selector); in TEST_P()
368 auto tuneResult = mTuner->tuneByProgramSelector(sel); in TEST_P()
385 auto tuneResult = mTuner->tuneByProgramSelector(sel); in TEST_P()
/aosp12/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.h45 virtual Return<Result> tuneByProgramSelector(const V1_1::ProgramSelector& program) override;
H A DTuner.cpp279 return tuneByProgramSelector(utils::make_selector(band, channel, subChannel)); in tune()
282 Return<Result> Tuner::tuneByProgramSelector(const ProgramSelector& sel) { in tuneByProgramSelector() function in android::hardware::broadcastradio::V1_1::implementation::Tuner
/aosp12/hardware/interfaces/broadcastradio/1.1/
H A DITuner.hal42 tuneByProgramSelector(ProgramSelector program) generates (Result result);
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp294 convert::ThrowIfFailed(env, halTuner11->tuneByProgramSelector(selector)); in nativeTune()