Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/media/jni/tuner/
H A 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);
H A 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()
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_shared_buffers.h32 template <class DvrType, size_t StaticCount>
35 using Record = DvrType;
/aosp12/frameworks/av/services/tuner/
H A DTunerDvr.cpp30 mType = static_cast<DvrType>(type); in TunerDvr()
168 case DvrType::PLAYBACK: { in getHidlDvrSettingsFromAidl()
178 case DvrType::RECORD: { in getHidlDvrSettingsFromAidl()
H A DTunerDvr.h42 using ::android::hardware::tv::tuner::V1_0::DvrType;
92 DvrType mType;
H A DTunerDemux.cpp30 using ::android::hardware::tv::tuner::V1_0::DvrType;
178 mDemux->openDvr(static_cast<DvrType>(dvrType), bufferSize, callback, in openDvr()
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.cpp33 Dvr::Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux) { in Dvr()
114 if (mType == DvrType::PLAYBACK) { in start()
117 } else if (mType == DvrType::RECORD) { in start()
119 mDemux->setIsRecording(mType == DvrType::RECORD); in start()
H A DDvr.h63 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux);
103 DvrType mType;
H A DDemux.cpp171 Return<void> Demux::openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, in openDvr()
183 case DvrType::PLAYBACK: in openDvr()
200 case DvrType::RECORD: in openDvr()
H A DDemux.h76 virtual Return<void> openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb,
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDvr.h59 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux);
99 DvrType mType;
H A DDvr.cpp33 Dvr::Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux) { in Dvr()
135 if (mType == DvrType::PLAYBACK) { in start()
139 } else if (mType == DvrType::RECORD) { in start()
141 mDemux->setIsRecording(mType == DvrType::RECORD); in start()
H A DDemux.cpp184 Return<void> Demux::openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, in openDvr()
196 case DvrType::PLAYBACK: in openDvr()
213 case DvrType::RECORD: in openDvr()
H A DDemux.h71 virtual Return<void> openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb,
/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DDvrTests.cpp210 AssertionResult DvrTests::openDvrInDemux(DvrType type, uint32_t bufferSize) { in openDvrInDemux()
215 if (type == DvrType::PLAYBACK) { in openDvrInDemux()
227 if (type == DvrType::RECORD) { in openDvrInDemux()
H A DDvrTests.h46 using android::hardware::tv::tuner::V1_0::DvrType;
167 AssertionResult openDvrInDemux(DvrType type, uint32_t bufferSize);
H A DFrontendTests.h144 dvrConfig.type = DvrType::PLAYBACK; in getDefaultSoftwareFrontendPlaybackConfig()
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.cpp209 AssertionResult DvrTests::openDvrInDemux(DvrType type, uint32_t bufferSize) { in openDvrInDemux()
214 if (type == DvrType::PLAYBACK) { in openDvrInDemux()
226 if (type == DvrType::RECORD) { in openDvrInDemux()
H A DDvrTests.h47 using android::hardware::tv::tuner::V1_0::DvrType;
168 AssertionResult openDvrInDemux(DvrType type, uint32_t bufferSize);
H A DFrontendTests.h150 dvrConfig.type = DvrType::PLAYBACK; in getDefaultSoftwareFrontendPlaybackConfig()
H A DVtsHalTvTunerV1_1TestConfigurations.h38 using android::hardware::tv::tuner::V1_0::DvrType;
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h48 using android::hardware::tv::tuner::V1_0::DvrType;
103 DvrType type;
320 DvrType type; in readDvrConfig1_0()
323 type = DvrType::PLAYBACK; in readDvrConfig1_0()
327 type = DvrType::RECORD; in readDvrConfig1_0()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.h55 using ::android::hardware::tv::tuner::V1_0::DvrType;
196 jobject openDvr(DvrType type, jlong bufferSize);
/aosp12/frameworks/base/media/java/android/media/tv/tuner/
H A 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;
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIDemux.hal134 openDvr(DvrType type, uint32_t bufferSize, IDvrCallback cb)

12