Searched refs:Lnb (Results 1 – 14 of 14) sorted by relevance
29 Lnb::Lnb() {} in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb30 Lnb::Lnb(int id) { in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb34 Lnb::~Lnb() {} in ~Lnb()36 Return<Result> Lnb::setCallback(const sp<ILnbCallback>& /* callback */) { in setCallback()42 Return<Result> Lnb::setVoltage(LnbVoltage /* voltage */) { in setVoltage()48 Return<Result> Lnb::setTone(LnbTone /* tone */) { in setTone()54 Return<Result> Lnb::setSatellitePosition(LnbPosition /* position */) { in setSatellitePosition()60 Return<Result> Lnb::sendDiseqcMessage(const hidl_vec<uint8_t>& /* diseqcMessage */) { in sendDiseqcMessage()66 Return<Result> Lnb::close() { in close()72 int Lnb::getId() { in getId()
38 class Lnb : public ILnb {40 Lnb();41 Lnb(int id);59 virtual ~Lnb();
91 mLnbs[0] = new Lnb(0); in Tuner()92 mLnbs[1] = new Lnb(1); in Tuner()226 sp<ILnb> lnb = new Lnb(); in openLnbByName()
23 "Lnb.cpp",
83 vector<sp<Lnb>> mLnbs;
32 class Lnb : public ILnb {34 Lnb();35 Lnb(int id);53 virtual ~Lnb();
39 class Lnb; variable91 vector<sp<Lnb>> mLnbs;
21 "Lnb.cpp",
189 mLnbs[0] = new Lnb(0); in Tuner()190 mLnbs[1] = new Lnb(1); in Tuner()315 sp<V1_0::ILnb> lnb = new Lnb(); in openLnbByName()
114 * Create a new instance of Lnb given a lnbId.116 * It is used by the client to create a Lnb instance for satellite Frontend.123 * @return lnb the newly created Lnb interface.128 * Create a new instance of Lnb given a LNB name.140 * @return lnb the newly created Lnb interface.
21 * Notify the client that a new event happened on the Lnb.
1674 * Lnb Event Type.
385 …method @Nullable public java.util.List<android.media.tuner.testing.configuration.V1_0.Lnb> getLnb(…417 public class Lnb {418 ctor public Lnb();