Home | History | Annotate | Download | only in default

Lines Matching refs:Direction

37 using V1_0::Direction;
176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) {
185 auto task = [this, direction]() {
186 ALOGI("Performing failed scan %s", toString(direction).c_str());
204 if (direction == Direction::UP) {
220 auto task = [this, tuneTo, direction]() {
221 ALOGI("Performing scan %s", toString(direction).c_str());
231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) {
249 auto task = [this, direction]() {
250 ALOGI("Performing step %s", toString(direction).c_str());
256 if (direction == Direction::UP) {