Home
last modified time | relevance | path

Searched refs:Lnb (Results 1 – 14 of 14) 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
30 Lnb::Lnb(int id) { in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb
34 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()
DLnb.h38 class Lnb : public ILnb {
40 Lnb();
41 Lnb(int id);
59 virtual ~Lnb();
DTuner.cpp91 mLnbs[0] = new Lnb(0); in Tuner()
92 mLnbs[1] = new Lnb(1); in Tuner()
226 sp<ILnb> lnb = new Lnb(); in openLnbByName()
DAndroid.bp23 "Lnb.cpp",
DTuner.h83 vector<sp<Lnb>> mLnbs;
/hardware/interfaces/tv/tuner/1.1/default/
DLnb.cpp29 Lnb::Lnb() {} in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb
30 Lnb::Lnb(int id) { in Lnb() function in android::hardware::tv::tuner::V1_0::implementation::Lnb
34 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()
DLnb.h32 class Lnb : public ILnb {
34 Lnb();
35 Lnb(int id);
53 virtual ~Lnb();
DTuner.h39 class Lnb; variable
91 vector<sp<Lnb>> mLnbs;
DAndroid.bp21 "Lnb.cpp",
DTuner.cpp189 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()
/hardware/interfaces/tv/tuner/1.0/
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.hal1674 * Lnb Event Type.
/hardware/interfaces/tv/tuner/config/api/
Dcurrent.txt385 …method @Nullable public java.util.List<android.media.tuner.testing.configuration.V1_0.Lnb> getLnb(…
417 public class Lnb {
418 ctor public Lnb();