Home
last modified time | relevance | path

Searched defs:FrontendClient (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/media/jni/tuner/
H A DFrontendClient.h108 struct FrontendClient : public RefBase { struct
213 shared_ptr<ITunerFrontend> mTunerFrontend;
220 sp<IFrontend> mFrontend;
227 sp<::android::hardware::tv::tuner::V1_1::IFrontend> mFrontend_1_1;
229 int mId;
230 int mType;
H A DFrontendClient.cpp79 FrontendClient::FrontendClient(shared_ptr<ITunerFrontend> tunerFrontend, int type) { in FrontendClient() function in android::FrontendClient