Searched refs:frontendStopTune (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/tv/tuner/1.0/default/ | ||
D | Tuner.h | 67 void frontendStopTune(uint32_t frontendId); |
D | Frontend.cpp | 77 mTunerService->frontendStopTune(mId); in stopTune() |
D | Tuner.cpp | 254 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/ | ||
D | Tuner.h | 73 void frontendStopTune(uint32_t frontendId); |
D | Tuner.cpp | 357 void Tuner::frontendStopTune(uint32_t frontendId) { in frontendStopTune() function in android::hardware::tv::tuner::V1_0::implementation::Tuner |
D | Frontend.cpp | 83 mTunerService->frontendStopTune(mId); in stopTune() |
/hardware/interfaces/tv/tuner/aidl/default/ | ||
D | Tuner.h | 75 void frontendStopTune(int32_t frontendId); |
D | Tuner.cpp | 343 void Tuner::frontendStopTune(int32_t frontendId) { in frontendStopTune() function in aidl::android::hardware::tv::tuner::Tuner |
D | Frontend.cpp | 313 mTuner->frontendStopTune(mId); in stopTune() |