Searched refs:Lnb (Results 1 – 8 of 8) sorted by relevance
29 Lnb::Lnb() {} in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb31 Lnb::~Lnb() {} in ~Lnb()33 Return<Result> Lnb::setCallback(const sp<ILnbCallback>& /* callback */) { in setCallback()39 Return<Result> Lnb::setVoltage(LnbVoltage /* voltage */) { in setVoltage()45 Return<Result> Lnb::setTone(LnbTone /* tone */) { in setTone()51 Return<Result> Lnb::setSatellitePosition(LnbPosition /* position */) { in setSatellitePosition()57 Return<Result> Lnb::sendDiseqcMessage(const hidl_vec<uint8_t>& /* diseqcMessage */) { in sendDiseqcMessage()63 Return<Result> Lnb::close() { in close()
38 class Lnb : public ILnb {40 Lnb();55 virtual ~Lnb();
130 sp<ILnb> lnb = new Lnb(); in openLnbById()145 sp<ILnb> lnb = new Lnb(); in openLnbByName()
14 "Lnb.cpp",
30 * ILnbCallback is used by the client to receive events from the Lnb.34 * @param callback Callback object to pass Lnb events to the system.47 * @param voltage the power's voltage the Lnb to use.58 * @param tone the tone mode the Lnb to use.69 * @param position the position the Lnb to use.
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.
1677 * Lnb Event Type.