Home
last modified time | relevance | path

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

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