Searched refs:DvrType (Results 1 – 5 of 5) sorted by relevance
33 using ::aidl::android::hardware::tv::tuner::DvrType;82 sp<DvrClient> openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb);
124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
67 using ::aidl::android::hardware::tv::tuner::DvrType;228 jobject openDvr(DvrType type, jlong bufferSize);
2107 jobject JTuner::openDvr(DvrType type, jlong bufferSize) { in openDvr()2123 if (type == DvrType::RECORD) { in openDvr()4655 return tuner->openDvr(DvrType::RECORD, bufferSize); in android_media_tv_Tuner_open_dvr_recorder()4661 return tuner->openDvr(DvrType::PLAYBACK, bufferSize); in android_media_tv_Tuner_open_dvr_playback()
258 public @interface DvrType {} annotation in Tuner264 public static final int DVR_TYPE_RECORD = android.hardware.tv.tuner.DvrType.RECORD;269 public static final int DVR_TYPE_PLAYBACK = android.hardware.tv.tuner.DvrType.PLAYBACK;