Home
last modified time | relevance | path

Searched refs:Dvr (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.cpp31 Dvr::Dvr() {} in Dvr() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
33 Dvr::Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux) { in Dvr() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
40 Dvr::~Dvr() {} in ~Dvr()
103 Return<Result> Dvr::start() { in start()
127 Return<Result> Dvr::stop() { in stop()
140 Return<Result> Dvr::flush() { in flush()
148 Return<Result> Dvr::close() { in close()
154 bool Dvr::createDvrMQ() { in createDvrMQ()
173 EventFlag* Dvr::getDvrEventFlag() { in getDvrEventFlag()
178 Dvr* const self = static_cast<Dvr*>(user); in __threadLoopPlayback()
[all …]
H A DDvr.h59 class Dvr : public IDvr {
61 Dvr();
63 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux);
65 ~Dvr();
H A DDemux.h50 class Dvr; variable
164 sp<Dvr> mDvrPlayback;
165 sp<Dvr> mDvrRecord;
H A DFilter.h49 class Dvr; variable
90 void attachFilterToRecord(const sp<Dvr> dvr);
101 sp<Dvr> mDvr = nullptr;
H A DDemux.cpp177 _hidl_cb(Result::INVALID_ARGUMENT, new Dvr()); in openDvr()
184 mDvrPlayback = new Dvr(type, bufferSize, cb, this); in openDvr()
201 mDvrRecord = new Dvr(type, bufferSize, cb, this); in openDvr()
H A DAndroid.bp20 "Dvr.cpp",
H A DFilter.cpp618 void Filter::attachFilterToRecord(const sp<Dvr> dvr) { in attachFilterToRecord()
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDvr.cpp31 Dvr::Dvr() {} in Dvr() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
33 Dvr::Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux) { in Dvr() function in android::hardware::tv::tuner::V1_0::implementation::Dvr
40 Dvr::~Dvr() { in ~Dvr()
121 Return<Result> Dvr::start() { in start()
149 Return<Result> Dvr::stop() { in stop()
161 Return<Result> Dvr::flush() { in flush()
169 Return<Result> Dvr::close() { in close()
177 bool Dvr::createDvrMQ() { in createDvrMQ()
196 EventFlag* Dvr::getDvrEventFlag() { in getDvrEventFlag()
201 Dvr* const self = static_cast<Dvr*>(user); in __threadLoopPlayback()
[all …]
H A DDvr.h55 class Dvr : public IDvr {
57 Dvr();
59 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux);
61 ~Dvr();
H A DDemux.h45 class Dvr; variable
161 sp<Dvr> mDvrPlayback;
162 sp<Dvr> mDvrRecord;
H A DFilter.h50 class Dvr; variable
101 void attachFilterToRecord(const sp<Dvr> dvr);
113 sp<Dvr> mDvr = nullptr;
H A DDemux.cpp190 _hidl_cb(Result::INVALID_ARGUMENT, new Dvr()); in openDvr()
197 mDvrPlayback = new Dvr(type, bufferSize, cb, this); in openDvr()
214 mDvrRecord = new Dvr(type, bufferSize, cb, this); in openDvr()
H A DAndroid.bp18 "Dvr.cpp",
H A DFilter.cpp825 void Filter::attachFilterToRecord(const sp<Dvr> dvr) { in attachFilterToRecord()
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h487 #define DVR_V1_API_ENTRY(name) Dvr##name##Ptr name
488 #define DVR_V1_API_ENTRY_DEPRECATED(name) Dvr##name##Ptr name
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h854 static PlaybackSettings readPlaybackSettings(Dvr dvrConfig) { in readPlaybackSettings()
866 static RecordSettings readRecordSettings(Dvr dvrConfig) { in readRecordSettings()
/aosp12/hardware/interfaces/tv/tuner/config/api/
H A Dcurrent.txt209 public class Dvr {
210 ctor public Dvr();
370 …method @Nullable public java.util.List<android.media.tuner.testing.configuration.V1_0.Dvr> getDvr(…