Home
last modified time | relevance | path

Searched refs:removeOutputPid (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DIFrontend.aidl160 void removeOutputPid(int pid); in removeOutputPid() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DIFrontend.aidl49 void removeOutputPid(int pid); in removeOutputPid() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DIFrontend.aidl49 void removeOutputPid(int pid); in removeOutputPid() method
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DIFrontend.aidl49 void removeOutputPid(int pid); in removeOutputPid() method
/hardware/interfaces/tv/tuner/aidl/default/
DFrontend.h57 ::ndk::ScopedAStatus removeOutputPid(int32_t in_pid) override;
DFrontend.cpp1043 ::ndk::ScopedAStatus Frontend::removeOutputPid(int32_t /* in_pid */) { in removeOutputPid() function in aidl::android::hardware::tv::tuner::Frontend
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.h99 AssertionResult removeOutputPid(int32_t removePid);
DFrontendTests.cpp301 AssertionResult FrontendTests::removeOutputPid(int32_t removePid) { in removeOutputPid() function in FrontendTests
303 status = mFrontend->removeOutputPid(removePid); in removeOutputPid()
555 ASSERT_TRUE(removeOutputPid(frontendConf.removePid)); in tuneTest()
632 ASSERT_TRUE(removeOutputPid(frontendConf.removePid)); in statusReadinessTest()