Searched refs:skipSubChannel (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.cpp | 135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { in scan() argument 139 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); in scan() 143 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step() argument 147 int rc = mHalTuner->step(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); in step()
|
D | Tuner.h | 39 Return<Result> scan(Direction direction, bool skipSubChannel) override; 40 Return<Result> step(Direction direction, bool skipSubChannel) override;
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.h | 42 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override; 43 virtual Return<Result> step(V1_0::Direction direction, bool skipSubChannel) override;
|
D | Tuner.cpp | 176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { in scan() 231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step() argument 236 ALOGW_IF(!skipSubChannel, "can't step to next frequency without ignoring subChannel"); in step()
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 52 * @param skipSubChannel valid for HD radio or digital radios only: 58 scan(Direction direction, bool skipSubChannel) generates(Result result); 68 * @param skipSubChannel valid for HD radio or digital radios only: 74 step(Direction direction, bool skipSubChannel) generates(Result result);
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.h | 40 virtual Return<Result> scan(bool directionUp, bool skipSubChannel) override;
|
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()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 49 * The skipSubChannel parameter is used to skip digital radio subchannels: 59 * @param skipSubChannel Don't tune to subchannels. 62 scan(bool directionUp, bool skipSubChannel) generates (Result result);
|