HomeSort by relevance Sort by last modified time
    Searched refs:tuneByProgramSelector (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/broadcastradio/1.1/
ITuner.hal 42 tuneByProgramSelector(ProgramSelector program) generates (Result result);
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.h 45 virtual Return<Result> tuneByProgramSelector(const V1_1::ProgramSelector& program) override;
Tuner.cpp 279 return tuneByProgramSelector(utils::make_selector(band, channel, subChannel));
282 Return<Result> Tuner::tuneByProgramSelector(const ProgramSelector& sel) {
  /hardware/interfaces/broadcastradio/1.1/vts/functional/
VtsHalBroadcastradioV1_1TargetTest.cpp 306 * - if the program list is not empty, tuneByProgramSelector call succeeds;
335 auto tuneResult = mTuner->tuneByProgramSelector(firstProgram.selector);
356 * - tuneByProgramSelector fails when VENDORn_PRIMARY is set as a primary
369 auto tuneResult = mTuner->tuneByProgramSelector(sel);
378 * - tuneByProgramSelector fails with INVALID_ARGUMENT when unknown program type is passed.
386 auto tuneResult = mTuner->tuneByProgramSelector(sel);
  /frameworks/base/services/core/jni/BroadcastRadio/
Tuner.cpp 293 convert::ThrowIfFailed(env, halTuner11->tuneByProgramSelector(selector));

Completed in 388 milliseconds