Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A 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()
H A DLnb.h38 class Lnb : public ILnb {
40 Lnb();
41 Lnb(int id);
59 virtual ~Lnb();
H A 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()
H A DAndroid.bp23 "Lnb.cpp",
H A DTuner.h83 vector<sp<Lnb>> mLnbs;
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A 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()
H A DLnb.h32 class Lnb : public ILnb {
34 Lnb();
35 Lnb(int id);
53 virtual ~Lnb();
H A DTuner.h39 class Lnb; variable
91 vector<sp<Lnb>> mLnbs;
H A 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()
H A DAndroid.bp21 "Lnb.cpp",
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A 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.
H A 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.
H A DILnbCallback.hal21 * Notify the client that a new event happened on the Lnb.
H A Dtypes.hal1674 * Lnb Event Type.
/aosp12/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java289 private Lnb mLnb;
559 private native int nativeSetLnb(Lnb lnb); in nativeSetLnb()
572 private native Lnb nativeOpenLnbByHandle(int handle); in nativeOpenLnbByHandle()
573 private native Lnb nativeOpenLnbByName(String name); in nativeOpenLnbByName()
841 private int setLnb(@NonNull Lnb lnb) { in setLnb()
1294 public Lnb openLnb(@CallbackExecutor @NonNull Executor executor, @NonNull LnbCallback cb) { in openLnb()
1319 public Lnb openLnbByName(@NonNull String name, @CallbackExecutor @NonNull Executor executor, in openLnbByName()
1324 Lnb newLnb = nativeOpenLnbByName(name); in openLnbByName()
H A DLnb.java40 public class Lnb implements AutoCloseable { class
165 private Lnb() {} in Lnb() method in Lnb
H A DLnbCallback.java22 import android.media.tv.tuner.Lnb.EventType;
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DFrontendStatus.java24 import android.media.tv.tuner.Lnb;
576 @Lnb.Voltage
/aosp12/hardware/interfaces/tv/tuner/config/api/
H A 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();
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt5941 public class Lnb implements java.lang.AutoCloseable {
5993 …method @Nullable public android.media.tv.tuner.Lnb openLnb(@NonNull java.util.concurrent.Executor,…
5994 …method @Nullable public android.media.tv.tuner.Lnb openLnbByName(@NonNull String, @NonNull java.ut…
/aosp12/packages/apps/DocumentsUI/tests/res/raw/
H A Dimages_tar6092 J�֭��E+*�p��WҢ�LDv�w���Lnb�Ai���|�N�� Rm�A�~f<f��F]NI'q����eV�cs� �p��,K�)��F�&�1!*N�u���֤,O…