Searched defs:FrontendClient (Results 1 – 2 of 2) sorted by relevance
108 struct FrontendClient : public RefBase { struct213 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;
79 FrontendClient::FrontendClient(shared_ptr<ITunerFrontend> tunerFrontend, int type) { in FrontendClient() function in android::FrontendClient