Lines Matching full:tune
580 * Test ITuner::tune, getProgramInformation and cancel methods
585 * - the tuned callback is received within kTuneCallbacktimeoutNs ns after tune()
587 * Skipped for other radio classes than AM/FM, because tune to frequency
598 // test tune
611 Return<Result> hidlResult = mTuner->tune(channel, 0);
635 mTuner->tune(lowerLimit, 0);
642 * Test ITuner::tune failing when channel out of the range is provided.
648 * Skipped for other radio classes than AM/FM, because tune to frequency
667 // try to tune slightly above the limit and expect to fail
669 auto tuneResult = mTuner->tune(badChannel, 0);
676 tuneResult = mTuner->tune(goodChannel, 0);