Home
last modified time | relevance | path

Searched refs:removeFrontend (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DTuner.h69 void removeFrontend(uint32_t frontendId);
H A DFrontend.cpp45 mTunerService->removeFrontend(mId); in close()
H A DTuner.cpp250 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 DTuner.h75 void removeFrontend(uint32_t frontendId);
H A DTuner.cpp353 void Tuner::removeFrontend(uint32_t frontendId) { in removeFrontend() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
H A DFrontend.cpp45 mTunerService->removeFrontend(mId); in close()