Searched refs:removeFrontend (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/tv/tuner/1.0/default/ | ||
H A D | Tuner.h | 69 void removeFrontend(uint32_t frontendId); |
H A D | Frontend.cpp | 45 mTunerService->removeFrontend(mId); in close() |
H A D | Tuner.cpp | 250 void Tuner::removeFrontend(uint32_t frontendId) { in removeFrontend() function in android::hardware::tv::tuner::V1_0::implementation::Tuner |
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ | ||
H A D | Tuner.h | 75 void removeFrontend(uint32_t frontendId); |
H A D | Tuner.cpp | 353 void Tuner::removeFrontend(uint32_t frontendId) { in removeFrontend() function in android::hardware::tv::tuner::V1_0::implementation::Tuner |
H A D | Frontend.cpp | 45 mTunerService->removeFrontend(mId); in close() |