Home
last modified time | relevance | path

Searched refs:openFrontendById (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/tv/tuner/1.1/vts/functional/
DVtsHalTvTunerV1_1TargetTest.cpp34 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in configSingleFilterInDemuxTest()
73 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in reconfigSingleFilterInDemuxTest()
109 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in mediaFilterUsingSharedMemoryTest()
150 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in recordSingleFilterTest()
DFrontendTests.cpp263 AssertionResult FrontendTests::openFrontendById(uint32_t frontendId) { in openFrontendById() function in FrontendTests
265 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
495 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
511 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
DFrontendTests.h115 AssertionResult openFrontendById(uint32_t frontendId);
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DITuner.aidl39 android.hardware.tv.tuner.IFrontend openFrontendById(in int frontendId); in openFrontendById() method
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DITuner.aidl54 IFrontend openFrontendById(in int frontendId); in openFrontendById() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DITuner.aidl39 android.hardware.tv.tuner.IFrontend openFrontendById(in int frontendId); in openFrontendById() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DITuner.aidl39 android.hardware.tv.tuner.IFrontend openFrontendById(in int frontendId); in openFrontendById() method
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp42 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in configSingleFilterInDemuxTest()
83 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in broadcastSingleFilterTest()
171 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in recordSingleFilterTest()
277 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in attachSingleFilterToRecordDvrTest()
327 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in scrambledBroadcastTest()
467 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in TEST_P()
493 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in TEST_P()
672 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in TEST_P()
DFrontendTests.cpp216 AssertionResult FrontendTests::openFrontendById(uint32_t frontendId) { in openFrontendById() function in FrontendTests
218 mService->openFrontendById(frontendId, [&](Result result, const sp<IFrontend>& frontend) { in openFrontendById()
436 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
448 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
DFrontendTests.h112 AssertionResult openFrontendById(uint32_t frontendId);
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTargetTest.cpp47 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in configSingleFilterInDemuxTest()
85 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in reconfigSingleFilterInDemuxTest()
136 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in broadcastSingleFilterTest()
195 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in mediaFilterUsingSharedMemoryTest()
311 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in attachSingleFilterToRecordDvrTest()
364 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in recordSingleFilterTest()
383 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in recordSingleFilterTest()
470 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in setStatusCheckIntervalHintTest()
509 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in scrambledBroadcastTest()
526 ASSERT_TRUE(mFrontendTests.openFrontendById(feId)); in scrambledBroadcastTest()
[all …]
DFrontendTests.cpp254 AssertionResult FrontendTests::openFrontendById(int32_t frontendId) { in openFrontendById() function in FrontendTests
256 status = mService->openFrontendById(frontendId, &mFrontend); in openFrontendById()
551 ASSERT_TRUE(openFrontendById(feId)); in tuneTest()
568 ASSERT_TRUE(openFrontendById(feId)); in debugInfoTest()
615 ASSERT_TRUE(openFrontendById(feId)); in scanTest()
628 ASSERT_TRUE(openFrontendById(feId)); in statusReadinessTest()
DFrontendTests.h85 AssertionResult openFrontendById(int32_t frontendId);
/hardware/interfaces/tv/tuner/1.0/default/
DTuner.h43 virtual Return<void> openFrontendById(uint32_t frontendId,
DTuner.cpp110 Return<void> Tuner::openFrontendById(uint32_t frontendId, openFrontendById_cb _hidl_cb) { in openFrontendById() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
/hardware/interfaces/tv/tuner/1.1/default/
DTuner.h47 virtual Return<void> openFrontendById(uint32_t frontendId,
DTuner.cpp208 Return<void> Tuner::openFrontendById(uint32_t frontendId, openFrontendById_cb _hidl_cb) { in openFrontendById() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
/hardware/interfaces/tv/tuner/aidl/default/
DTuner.h45 ::ndk::ScopedAStatus openFrontendById(int32_t in_frontendId,
DTuner.cpp116 ::ndk::ScopedAStatus Tuner::openFrontendById(int32_t in_frontendId, in openFrontendById() function in aidl::android::hardware::tv::tuner::Tuner
/hardware/interfaces/tv/tuner/1.0/
DITuner.hal53 openFrontendById(FrontendId frontendId) generates (Result result, IFrontend frontend);