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