/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | IFrontend.hal | 29 * Set the frontend callback. 46 * Tunes the frontend to using the settings given. 48 * This locks the frontend to a frequency by providing signal 53 * @param settings Signal delivery information the frontend uses to 88 * Scan the frontend to use the settings given. 97 * @param type the type which the frontend uses to scan the signal. 109 * If the method completes successfully, the frontend stop previous 119 * Gets the statuses of the frontend. 140 * released when the frontend is closed. 147 * cable frontend. [all …]
|
H A D | ITuner.hal | 44 * It is used by the client to create a frontend instance. 46 * @param frontendId the id of the frontend to be opened. 51 * @return frontend the newly created frontend interface. 53 openFrontendById(FrontendId frontendId) generates (Result result, IFrontend frontend); 91 * Retrieve the frontend's information. 93 * @param frontendId the id of the frontend to be inquiried. 97 * @return info the frontend's information.
|
H A D | ILnb.hal | 22 * A Tuner LNB (low-noise block downconverter) is used by satellite frontend 81 * the device comes back to the client through frontend's callback 89 * INVALID_STATE if the frontend can't send DiSEqc Message, such as 90 * cable frontend.
|
H A D | IDemux.hal | 31 * Set a frontend resource as data input of the demux 33 * It is used by the client to specify a hardware frontend as data source of 141 * from the frontend as the input by default, and must change to use the 155 * output from the frontend as the input after this call take place.
|
/aosp12/hardware/interfaces/tv/tuner/1.1/ |
H A D | IFrontend.hal | 31 * Tunes the frontend to using the settings given. 33 * This locks the frontend to a frequency by providing signal 38 * @param settings Signal delivery information the frontend uses to 52 * Scan the frontend to use the settings given. 54 * This uses the frontend to start a scan from signal delivery information. 59 * @param settings Signal delivery information which the frontend uses to 61 * @param type the type which the frontend uses to scan the signal. 75 * The client may use this to link CI-CAM to a frontend. CI bypass mode requires that the 77 * directly from the frontend. 98 * Get the v1_1 extended statuses of the frontend. [all …]
|
H A D | types.hal | 63 * An invalid frenquency that can be used as the default value of the frontend setting. 77 * An invalid frontend ID. 620 * Uncorrectable Error Counts of the frontend's Physical Layer Pipe (PLP) 641 * Roll Off Type status of the frontend. 645 * If the frontend currently supports MISO or not. 649 * If the frontend code rate is linear or not. 690 * Uncorrectable Error Counts of the frontend's Physical Layer Pipe (PLP) 715 * Roll Off Type status of the frontend. 719 * If the frontend currently supports MISO or not. 723 * If the frontend code rate is linear or not.
|
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
H A D | FrontendTests.cpp | 50 void FrontendCallback::tuneTestOnEventReceive(sp<IFrontend>& frontend, FrontendSettings settings) { in tuneTestOnEventReceive() argument 51 Result result = frontend->tune(settings); in tuneTestOnEventReceive() 65 void FrontendCallback::tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings) { in tuneTestOnLock() argument 66 Result result = frontend->tune(settings); in tuneTestOnLock() 80 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig config, in scanTest() argument 91 Result result = frontend->scan(config.settings, type); in scanTest() 111 Result result = frontend->scan(config.settings, type); in scanTest() 217 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById() argument 218 mFrontend = frontend; in openFrontendById()
|
H A D | FrontendTests.h | 79 void tuneTestOnEventReceive(sp<IFrontend>& frontend, FrontendSettings settings); 80 void tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings); 81 void scanTest(sp<IFrontend>& frontend, FrontendConfig config, FrontendScanType type); 125 void scanTest(FrontendConfig frontend, FrontendScanType type);
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | FrontendInfo.java | 17 package android.media.tv.tuner.frontend; 21 import android.media.tv.tuner.frontend.FrontendSettings.Type; 22 import android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType;
|
H A D | IsdbtFrontendSettings.java | 17 package android.media.tv.tuner.frontend; 24 import android.media.tv.tuner.frontend.DvbtFrontendSettings.CodeRate;
|
H A D | FrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | AtscFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | Atsc3PlpInfo.java | 17 package android.media.tv.tuner.frontend;
|
H A D | Isdbs3FrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | IsdbsFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | AnalogFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | DvbsFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | DvbcFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
H A D | IsdbtFrontendCapabilities.java | 17 package android.media.tv.tuner.frontend;
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | README | 1 This comes from https://android.googlesource.com/platform/external/ninja/+/master/src/frontend.proto 3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
|
H A D | regen.sh | 3 aprotoc --go_out=paths=source_relative:. frontend.proto
|
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
H A D | FrontendTests.h | 80 void tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings, 82 void scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, FrontendScanType type); 131 void scanTest(FrontendConfig1_1 frontend, FrontendScanType type);
|
H A D | FrontendTests.cpp | 101 void FrontendCallback::tuneTestOnLock(sp<IFrontend>& frontend, FrontendSettings settings, in tuneTestOnLock() argument 104 frontend_1_1 = android::hardware::tv::tuner::V1_1::IFrontend::castFrom(frontend); in tuneTestOnLock() 124 void FrontendCallback::scanTest(sp<IFrontend>& frontend, FrontendConfig1_1 config, in scanTest() argument 127 frontend_1_1 = android::hardware::tv::tuner::V1_1::IFrontend::castFrom(frontend); in scanTest() 264 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById() argument 265 mFrontend = frontend; in openFrontendById()
|
/aosp12/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/ |
H A D | SampleTunerTvInputService.java | 17 import android.media.tv.tuner.frontend.AtscFrontendSettings; 18 import android.media.tv.tuner.frontend.DvbtFrontendSettings; 19 import android.media.tv.tuner.frontend.FrontendSettings; 20 import android.media.tv.tuner.frontend.OnTuneEventListener;
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | Tuner.java | 39 import android.media.tv.tuner.frontend.Atsc3PlpInfo; 40 import android.media.tv.tuner.frontend.FrontendInfo; 41 import android.media.tv.tuner.frontend.FrontendSettings; 42 import android.media.tv.tuner.frontend.FrontendStatus; 43 import android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType; 44 import android.media.tv.tuner.frontend.OnTuneEventListener; 45 import android.media.tv.tuner.frontend.ScanCallback;
|