Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.h171 struct JTuner : public RefBase { struct
209 jweak mObject;
210 static sp<TunerClient> mTunerClient;
211 sp<FrontendClient> mFeClient;
212 int mFeId;
213 sp<LnbClient> mLnbClient;
214 sp<DemuxClient> mDemuxClient;
H A Dandroid_media_tv_Tuner.cpp1166 JTuner::JTuner(JNIEnv *env, jobject thiz) in JTuner() function in android::JTuner