Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/
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
66 * If the method completes successfully the frontend is no longer tuned and no data
88 * Scan the frontend to use the settings given.
90 * This uses the frontend to start a scan from signal delivery information.
95 * @param settings Signal delivery information which the frontend uses to
97 * @param type the type which the frontend uses to scan the signal.
109 * If the method completes successfully, the frontend stop previous
[all …]
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.
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.
DIFrontendCallback.hal21 * Notify the client that a new event happened on the frontend.
Dtypes.hal1252 * Locked HIERARCHY for DVBT2 frontend.
1257 * Locked Plp Ids for DVBT2 frontend.
1261 * Locked group Ids for DVBT2 frontend.
1273 * PLP status in a tuned frequency band for ATSC3 frontend.
1329 * A list of PLP status in a tuned frequency band for ATSC3 frontend.
1340 * The frontend has locked to the signal specified by the tune method.
1344 * The frontend is unable to lock to the signal specified by the tune method.
1348 * The frontend has lost the lock to the signal specified by the tune method.
1444 * PLP information in a frequency band for ATSC3.0 frontend.
1564 * A list of PLP status for tuned PLPs for ATSC3 frontend.
/hardware/interfaces/tv/tuner/1.1/
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
76 * CICAM also receives the TS concurrently from the frontend when the Demux is receiving the TS
77 * directly from the frontend.
[all …]
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.
/hardware/interfaces/tv/tuner/1.0/vts/functional/
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()
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);
/hardware/interfaces/tv/tuner/1.1/vts/functional/
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);
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()