Searched defs:JTuner (Results 1 – 2 of 2) sorted by relevance
169 struct JTuner : public RefBase { struct218 jweak mObject;219 static sp<TunerClient> mTunerClient;220 sp<FrontendClient> mFeClient;221 sp<FrontendClientCallbackImpl> mFeClientCb;222 int mFeId;223 int mSharedFeId;224 sp<LnbClient> mLnbClient;225 sp<DemuxClient> mDemuxClient;
1243 JTuner::JTuner(JNIEnv *env, jobject thiz) : mClass(nullptr) { in JTuner() function in android::JTuner