Searched refs:directionUp (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 120 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()
|
D | TunerSession.h | 40 virtual Return<Result> scan(bool directionUp, bool skipSubChannel) override; 41 virtual Return<Result> step(bool directionUp) override;
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/ |
D | IBroadcastRadio.aidl | 43 void seek(in boolean directionUp, in boolean skipSubChannel); in seek() argument 44 void step(in boolean directionUp); in step() argument
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/ |
D | IBroadcastRadio.aidl | 43 void seek(in boolean directionUp, in boolean skipSubChannel); in seek() argument 44 void step(in boolean directionUp); in step() argument
|
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/ |
D | IBroadcastRadio.aidl | 43 void seek(in boolean directionUp, in boolean skipSubChannel); in seek() argument 44 void step(in boolean directionUp); in step() argument
|
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/ |
D | IBroadcastRadio.aidl | 167 void seek(in boolean directionUp, in boolean skipSubChannel); in seek() argument 188 void step(in boolean directionUp); in step() argument
|
/hardware/interfaces/broadcastradio/aidl/default/ |
D | BroadcastRadio.h | 52 ndk::ScopedAStatus seek(bool directionUp, bool skipSubChannel) EXCLUDES(mMutex) override; 53 ndk::ScopedAStatus step(bool directionUp) EXCLUDES(mMutex) override; 97 bool findNextLocked(const ProgramSelector& current, bool directionUp, bool skipSubChannel,
|
D | BroadcastRadio.cpp | 343 bool BroadcastRadio::findNextLocked(const ProgramSelector& current, bool directionUp, in findNextLocked() argument 355 if (directionUp) { in findNextLocked() 459 ScopedAStatus BroadcastRadio::seek(bool directionUp, bool skipSubChannel) { in seek() argument 460 LOG(DEBUG) << __func__ << ": seek " << (directionUp ? "up" : "down") << " with skipSubChannel? " in seek() 484 bool foundNext = findNextLocked(mCurrentProgram, directionUp, skipSubChannel, &nextProgram); in seek() 510 ScopedAStatus BroadcastRadio::step(bool directionUp) { in step() argument 511 LOG(DEBUG) << __func__ << ": step " << (directionUp ? "up" : "down") << "..."; in step() 539 if (directionUp) { in step()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 57 * @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);
|