Home
last modified time | relevance | path

Searched refs:DvrType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/jni/tuner/
DDemuxClient.h38 using ::android::hardware::tv::tuner::V1_0::DvrType;
86 sp<DvrClient> openDvr(DvrType dvbType, int bufferSize, sp<DvrClientCallback> cb);
114 sp<IDvr> openHidlDvr(DvrType type, int bufferSize, sp<HidlDvrCallback> cb);
DDemuxClient.cpp165 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int bufferSize, sp<DvrClientCallback> cb) { in openDvr()
274 sp<IDvr> DemuxClient::openHidlDvr(DvrType dvrType, int bufferSize, in openHidlDvr()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_shared_buffers.h32 template <class DvrType, size_t StaticCount>
35 using Record = DvrType;
/frameworks/av/services/tuner/
DTunerDvr.cpp30 mType = static_cast<DvrType>(type); in TunerDvr()
168 case DvrType::PLAYBACK: { in getHidlDvrSettingsFromAidl()
178 case DvrType::RECORD: { in getHidlDvrSettingsFromAidl()
DTunerDvr.h42 using ::android::hardware::tv::tuner::V1_0::DvrType;
92 DvrType mType;
DTunerDemux.cpp30 using ::android::hardware::tv::tuner::V1_0::DvrType;
178 mDemux->openDvr(static_cast<DvrType>(dvrType), bufferSize, callback, in openDvr()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.h55 using ::android::hardware::tv::tuner::V1_0::DvrType;
196 jobject openDvr(DvrType type, jlong bufferSize);
Dandroid_media_tv_Tuner.cpp1781 jobject JTuner::openDvr(DvrType type, jlong bufferSize) { in openDvr()
1796 if (type == DvrType::RECORD) { in openDvr()
4033 return tuner->openDvr(DvrType::RECORD, bufferSize); in android_media_tv_Tuner_open_dvr_recorder()
4039 return tuner->openDvr(DvrType::PLAYBACK, bufferSize); in android_media_tv_Tuner_open_dvr_playback()
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java254 public @interface DvrType {} annotation in Tuner
260 public static final int DVR_TYPE_RECORD = Constants.DvrType.RECORD;
265 public static final int DVR_TYPE_PLAYBACK = Constants.DvrType.PLAYBACK;