Home
last modified time | relevance | path

Searched refs:frontend (Results 1 – 25 of 68) sorted by relevance

123

/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIFrontend.hal29 * 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 DITuner.hal44 * 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 DILnb.hal22 * 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 DIDemux.hal31 * 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 DIFrontend.hal31 * 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 Dtypes.hal63 * 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 DFrontendTests.cpp50 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 DFrontendTests.h79 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 DFrontendInfo.java17 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 DIsdbtFrontendSettings.java17 package android.media.tv.tuner.frontend;
24 import android.media.tv.tuner.frontend.DvbtFrontendSettings.CodeRate;
H A DFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DAtscFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DAtsc3PlpInfo.java17 package android.media.tv.tuner.frontend;
H A DIsdbs3FrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DIsdbsFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DAnalogFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DDvbsFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DDvbcFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
H A DIsdbtFrontendCapabilities.java17 package android.media.tv.tuner.frontend;
/aosp12/build/soong/ui/status/ninja_frontend/
H A DREADME1 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 Dregen.sh3 aprotoc --go_out=paths=source_relative:. frontend.proto
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DFrontendTests.h80 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 DFrontendTests.cpp101 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 DSampleTunerTvInputService.java17 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 DTuner.java39 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;

123