Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/
DTunerDvr.h35 using ::aidl::android::hardware::tv::tuner::DvrType;
53 TunerDvr(shared_ptr<IDvr> dvr, DvrType type);
79 DvrType mType;
DTunerDemux.h24 using ::aidl::android::hardware::tv::tuner::DvrType;
54 ::ndk::ScopedAStatus openDvr(DvrType in_dvbType, int32_t in_bufferSize,
DTunerDvr.cpp34 TunerDvr::TunerDvr(shared_ptr<IDvr> dvr, DvrType type) { in TunerDvr()
DTunerDemux.cpp108 ::ndk::ScopedAStatus TunerDemux::openDvr(DvrType in_dvbType, int32_t in_bufferSize, in openDvr()
/frameworks/av/services/tuner/hidl/
DTunerHidlDvr.h32 using ::aidl::android::hardware::tv::tuner::DvrType;
55 TunerHidlDvr(sp<HidlIDvr> dvr, DvrType type);
83 DvrType mType;
DTunerHidlDemux.h24 using ::aidl::android::hardware::tv::tuner::DvrType;
58 ::ndk::ScopedAStatus openDvr(DvrType in_dvbType, int32_t in_bufferSize,
DTunerHidlDvr.cpp47 TunerHidlDvr::TunerHidlDvr(sp<HidlIDvr> dvr, DvrType type) { in TunerHidlDvr()
159 case DvrType::PLAYBACK: { in getHidlDvrSettings()
174 case DvrType::RECORD: { in getHidlDvrSettings()
DTunerHidlDemux.cpp35 using HidlDvrType = ::android::hardware::tv::tuner::V1_0::DvrType;
173 ::ndk::ScopedAStatus TunerHidlDemux::openDvr(DvrType in_dvbType, int32_t in_bufferSize, in openDvr()
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
DITunerDemux.aidl20 import android.hardware.tv.tuner.DvrType;
69 ITunerDvr openDvr(in DvrType dvbType, in int bufferSize, in ITunerDvrCallback cb); in openDvr()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_shared_buffers.h32 template <class DvrType, size_t StaticCount>
35 using Record = DvrType;
/frameworks/base/media/jni/tuner/
DDemuxClient.h33 using ::aidl::android::hardware::tv::tuner::DvrType;
82 sp<DvrClient> openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb);
DDemuxClient.cpp124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.h67 using ::aidl::android::hardware::tv::tuner::DvrType;
229 jobject openDvr(DvrType type, jlong bufferSize);
Dandroid_media_tv_Tuner.cpp2130 jobject JTuner::openDvr(DvrType type, jlong bufferSize) { in openDvr()
2146 if (type == DvrType::RECORD) { in openDvr()
4679 return tuner->openDvr(DvrType::RECORD, bufferSize); in android_media_tv_Tuner_open_dvr_recorder()
4685 return tuner->openDvr(DvrType::PLAYBACK, bufferSize); in android_media_tv_Tuner_open_dvr_playback()
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java259 public @interface DvrType {} annotation in Tuner
265 public static final int DVR_TYPE_RECORD = android.hardware.tv.tuner.DvrType.RECORD;
270 public static final int DVR_TYPE_PLAYBACK = android.hardware.tv.tuner.DvrType.PLAYBACK;