Home
last modified time | relevance | path

Searched refs:HidlIFrontend (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/tuner/hidl/
DTunerHidlFrontend.h52 using HidlIFrontend = ::android::hardware::tv::tuner::V1_0::IFrontend; variable
71 TunerHidlFrontend(const sp<HidlIFrontend> frontend, const int id,
122 sp<HidlIFrontend> mFrontend;
DTunerHidlService.cpp201 sp<HidlIFrontend> frontend; in openFrontend()
203 mTuner->openFrontendById(id, [&](HidlResult result, const sp<HidlIFrontend>& fe) { in openFrontend()
DTunerHidlFrontend.cpp179 TunerHidlFrontend::TunerHidlFrontend(const sp<HidlIFrontend> frontend, const int id, in TunerHidlFrontend()