Searched refs:directionUp (Results 1 – 3 of 3) sorted by relevance
120 Return<Result> TunerSession::scan(bool directionUp, bool skipSubChannel) { in scan() argument121 LOG(DEBUG) << "seek up=" << directionUp << " skipSubChannel=" << skipSubChannel; in scan()147 if (directionUp) { in scan()163 auto task = [this, tuneTo, directionUp]() { in scan()164 LOG(VERBOSE) << "executing seek up=" << directionUp; in scan()174 Return<Result> TunerSession::step(bool directionUp) { in step() argument175 LOG(DEBUG) << "step up=" << directionUp; in step()193 if (directionUp) { in step()
40 virtual Return<Result> scan(bool directionUp, bool skipSubChannel) override;41 virtual Return<Result> step(bool directionUp) override;
57 * @param directionUp True to change towards higher numeric values62 scan(bool directionUp, bool skipSubChannel) generates (Result result);71 * @param directionUp True to change towards higher numeric values77 step(bool directionUp) generates (Result result);