Searched refs:HidlIFrontend (Results 1 – 3 of 3) sorted by relevance
52 using HidlIFrontend = ::android::hardware::tv::tuner::V1_0::IFrontend; variable69 TunerHidlFrontend(sp<HidlIFrontend> frontend, int id);119 sp<HidlIFrontend> mFrontend;
234 sp<HidlIFrontend> frontend; in openFrontend()236 mTuner->openFrontendById(id, [&](HidlResult result, const sp<HidlIFrontend>& fe) { in openFrontend()
179 TunerHidlFrontend::TunerHidlFrontend(sp<HidlIFrontend> frontend, int id) { in TunerHidlFrontend()