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