Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.h169 struct JTuner : public RefBase { struct
218 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;
Dandroid_media_tv_Tuner.cpp1243 JTuner::JTuner(JNIEnv *env, jobject thiz) : mClass(nullptr) { in JTuner() function in android::JTuner