Home
last modified time | relevance | path

Searched refs:Lnb (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DLnb.cpp29 Lnb::Lnb() {} in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb
31 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()
DLnb.h38 class Lnb : public ILnb {
40 Lnb();
55 virtual ~Lnb();
DTuner.cpp130 sp<ILnb> lnb = new Lnb(); in openLnbById()
145 sp<ILnb> lnb = new Lnb(); in openLnbByName()
DAndroid.bp14 "Lnb.cpp",
/hardware/interfaces/tv/tuner/1.0/
DILnb.hal30 * 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.
DITuner.hal114 * 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.
DILnbCallback.hal21 * Notify the client that a new event happened on the Lnb.
Dtypes.hal1677 * Lnb Event Type.