Searched refs:DvrType (Results 1 – 4 of 4) sorted by relevance
32 template <class DvrType, size_t StaticCount>35 using Record = DvrType;
44 using ::android::hardware::tv::tuner::V1_0::DvrType;216 jobject openDvr(DvrType type, jlong bufferSize);
1544 jobject JTuner::openDvr(DvrType type, jlong bufferSize) { in openDvr()1566 if (type == DvrType::RECORD) { in openDvr()3270 return tuner->openDvr(DvrType::RECORD, bufferSize); in android_media_tv_Tuner_open_dvr_recorder()3276 return tuner->openDvr(DvrType::PLAYBACK, bufferSize); in android_media_tv_Tuner_open_dvr_playback()
182 public @interface DvrType {} annotation in Tuner188 public static final int DVR_TYPE_RECORD = Constants.DvrType.RECORD;193 public static final int DVR_TYPE_PLAYBACK = Constants.DvrType.PLAYBACK;