/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Lnb.cpp | 29 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 D | Lnb.h | 38 class Lnb : public ILnb { 40 Lnb(); 41 Lnb(int id); 59 virtual ~Lnb();
|
H A D | Tuner.cpp | 91 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 D | Android.bp | 23 "Lnb.cpp",
|
H A D | Tuner.h | 83 vector<sp<Lnb>> mLnbs;
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Lnb.cpp | 29 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 D | Lnb.h | 32 class Lnb : public ILnb { 34 Lnb(); 35 Lnb(int id); 53 virtual ~Lnb();
|
H A D | Tuner.h | 39 class Lnb; variable 91 vector<sp<Lnb>> mLnbs;
|
H A D | Tuner.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()
|
H A D | Android.bp | 21 "Lnb.cpp",
|
/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | ILnb.hal | 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.
|
H A D | ITuner.hal | 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.
|
H A D | ILnbCallback.hal | 21 * Notify the client that a new event happened on the Lnb.
|
H A D | types.hal | 1674 * Lnb Event Type.
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | Tuner.java | 289 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 D | Lnb.java | 40 public class Lnb implements AutoCloseable { class 165 private Lnb() {} in Lnb() method in Lnb
|
H A D | LnbCallback.java | 22 import android.media.tv.tuner.Lnb.EventType;
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | FrontendStatus.java | 24 import android.media.tv.tuner.Lnb; 576 @Lnb.Voltage
|
/aosp12/hardware/interfaces/tv/tuner/config/api/ |
H A D | current.txt | 385 …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 D | system-current.txt | 5941 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 D | images_tar | 6092 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…
|