Searched defs:JTuner (Results 1 – 2 of 2) sorted by relevance
199 struct JTuner : public RefBase { struct250 jweak mObject;251 static sp<TunerClient> sTunerClient;252 static std::mutex sTunerClientMutex;253 sp<FrontendClient> mFeClient;254 sp<FrontendClientCallbackImpl> mFeClientCb;255 int mFeId;256 int mSharedFeId;257 sp<LnbClient> mLnbClient;258 sp<DemuxClient> mDemuxClient;
1372 JTuner::JTuner(JNIEnv *env, jobject thiz) : mClass(nullptr) { in JTuner() function in android::JTuner