Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/default/
DTuner.h67 void frontendStopTune(uint32_t frontendId);
DFrontend.cpp77 mTunerService->frontendStopTune(mId); in stopTune()
DTuner.cpp254 void Tuner::frontendStopTune(uint32_t frontendId) { in frontendStopTune() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
/hardware/interfaces/tv/tuner/1.1/default/
DTuner.h73 void frontendStopTune(uint32_t frontendId);
DTuner.cpp357 void Tuner::frontendStopTune(uint32_t frontendId) { in frontendStopTune() function in android::hardware::tv::tuner::V1_0::implementation::Tuner
DFrontend.cpp83 mTunerService->frontendStopTune(mId); in stopTune()