Home
last modified time | relevance | path

Searched refs:isForced (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/broadcastradio/1.1/
DITuner.hal131 * @param isForced true to force analog, false for a default behaviour.
137 setAnalogForced(bool isForced) generates (Result result);
142 * The isForced value is only valid if result was OK.
144 * @return result OK if the call succeeded and isForced is valid.
148 * @return isForced true if analog is forced, false otherwise.
150 isAnalogForced() generates (Result result, bool isForced);
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.h53 virtual Return<Result> setAnalogForced(bool isForced) override;
DTuner.cpp383 Return<Result> Tuner::setAnalogForced(bool isForced) { in setAnalogForced() argument
388 mIsAnalogForced = isForced; in setAnalogForced()
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp478 auto isCb = [&](Result result, bool isForced) { in TEST_P() argument
480 forced = isForced; in TEST_P()