Home
last modified time | relevance | path

Searched refs:directionUp (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp120 Return<Result> TunerSession::scan(bool directionUp, bool skipSubChannel) { in scan() argument
121 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() argument
175 LOG(DEBUG) << "step up=" << directionUp; in step()
193 if (directionUp) { in step()
DTunerSession.h40 virtual Return<Result> scan(bool directionUp, bool skipSubChannel) override;
41 virtual Return<Result> step(bool directionUp) override;
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal57 * @param directionUp True to change towards higher numeric values
62 scan(bool directionUp, bool skipSubChannel) generates (Result result);
71 * @param directionUp True to change towards higher numeric values
77 step(bool directionUp) generates (Result result);