Home
last modified time | relevance | path

Searched refs:statusTypes (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DIFrontend.aidl107 FrontendStatus[] getStatus(in FrontendStatusType[] statusTypes); in getStatus() argument
170 FrontendStatusReadiness[] getFrontendStatusReadiness(in FrontendStatusType[] statusTypes); in getFrontendStatusReadiness() argument
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DIFrontend.aidl44 …tv.tuner.FrontendStatus[] getStatus(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getStatus() argument
50 …diness[] getFrontendStatusReadiness(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getFrontendStatusReadiness() argument
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DIFrontend.aidl44 …tv.tuner.FrontendStatus[] getStatus(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getStatus() argument
50 …diness[] getFrontendStatusReadiness(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getFrontendStatusReadiness() argument
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DIFrontend.aidl44 …tv.tuner.FrontendStatus[] getStatus(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getStatus() argument
50 …diness[] getFrontendStatusReadiness(in android.hardware.tv.tuner.FrontendStatusType[] statusTypes); in getFrontendStatusReadiness() argument
/hardware/interfaces/tv/tuner/1.1/default/
DFrontend.h59 virtual Return<void> getStatus(const hidl_vec<FrontendStatusType>& statusTypes,
63 const hidl_vec<V1_1::FrontendStatusTypeExt1_1>& statusTypes,
DFrontend.cpp241 Return<void> Frontend::getStatus(const hidl_vec<FrontendStatusType>& statusTypes, in getStatus() argument
246 for (int i = 0; i < statusTypes.size(); i++) { in getStatus()
247 FrontendStatusType type = statusTypes[i]; in getStatus()
396 Return<void> Frontend::getStatusExt1_1(const hidl_vec<V1_1::FrontendStatusTypeExt1_1>& statusTypes, in getStatusExt1_1() argument
401 for (int i = 0; i < statusTypes.size(); i++) { in getStatusExt1_1()
402 V1_1::FrontendStatusTypeExt1_1 type = statusTypes[i]; in getStatusExt1_1()
/hardware/interfaces/tv/tuner/1.0/default/
DFrontend.cpp125 Return<void> Frontend::getStatus(const hidl_vec<FrontendStatusType>& statusTypes, in getStatus() argument
130 for (int i = 0; i < statusTypes.size(); i++) { in getStatus()
131 FrontendStatusType type = statusTypes[i]; in getStatus()
DFrontend.h58 virtual Return<void> getStatus(const hidl_vec<FrontendStatusType>& statusTypes,
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.cpp250 void FrontendTests::verifyFrontendStatus(vector<FrontendStatusType> statusTypes, in verifyFrontendStatus() argument
256 mFrontend->getStatus(statusTypes, [&](Result result, const hidl_vec<FrontendStatus>& statuses) { in verifyFrontendStatus()
261 ASSERT_TRUE(realStatuses.size() == statusTypes.size()); in verifyFrontendStatus()
262 for (int i = 0; i < statusTypes.size(); i++) { in verifyFrontendStatus()
263 FrontendStatusType type = statusTypes[i]; in verifyFrontendStatus()
DFrontendTests.h118 void verifyFrontendStatus(vector<FrontendStatusType> statusTypes,
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.cpp335 void FrontendTests::verifyFrontendStatusExt1_1(vector<FrontendStatusTypeExt1_1> statusTypes, in verifyFrontendStatusExt1_1() argument
349 statusTypes, [&](Result result, const hidl_vec<FrontendStatusExt1_1>& statuses) { in verifyFrontendStatusExt1_1()
354 ASSERT_TRUE(realStatuses.size() == statusTypes.size()); in verifyFrontendStatusExt1_1()
355 for (int i = 0; i < statusTypes.size(); i++) { in verifyFrontendStatusExt1_1()
356 FrontendStatusTypeExt1_1 type = statusTypes[i]; in verifyFrontendStatusExt1_1()
DFrontendTests.h120 void verifyFrontendStatusExt1_1(vector<FrontendStatusTypeExt1_1> statusTypes,
/hardware/interfaces/tv/tuner/1.1/
DIFrontend.hal102 * @param statusTypes an array of the extended status types which the caller request.
110 getStatusExt1_1(vec<FrontendStatusTypeExt1_1> statusTypes)
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.cpp313 void FrontendTests::verifyFrontendStatus(vector<FrontendStatusType> statusTypes, in verifyFrontendStatus() argument
319 status = mFrontend->getStatus(statusTypes, &realStatuses); in verifyFrontendStatus()
320 ASSERT_TRUE(status.isOk() && realStatuses.size() == statusTypes.size()); in verifyFrontendStatus()
322 for (int i = 0; i < statusTypes.size(); i++) { in verifyFrontendStatus()
323 FrontendStatusType type = statusTypes[i]; in verifyFrontendStatus()
DFrontendTests.h91 void verifyFrontendStatus(vector<FrontendStatusType> statusTypes,
/hardware/interfaces/tv/tuner/1.0/
DIFrontend.hal123 * @param statusTypes an array of status type which the caller request.
132 getStatus(vec<FrontendStatusType> statusTypes)