/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Dvr.cpp | 31 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 D | Dvr.h | 59 class Dvr : public IDvr { 61 Dvr(); 63 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux); 65 ~Dvr();
|
H A D | Demux.h | 50 class Dvr; variable 164 sp<Dvr> mDvrPlayback; 165 sp<Dvr> mDvrRecord;
|
H A D | Filter.h | 49 class Dvr; variable 90 void attachFilterToRecord(const sp<Dvr> dvr); 101 sp<Dvr> mDvr = nullptr;
|
H A D | Demux.cpp | 177 _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 D | Android.bp | 20 "Dvr.cpp",
|
H A D | Filter.cpp | 618 void Filter::attachFilterToRecord(const sp<Dvr> dvr) { in attachFilterToRecord()
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Dvr.cpp | 31 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 D | Dvr.h | 55 class Dvr : public IDvr { 57 Dvr(); 59 Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux); 61 ~Dvr();
|
H A D | Demux.h | 45 class Dvr; variable 161 sp<Dvr> mDvrPlayback; 162 sp<Dvr> mDvrRecord;
|
H A D | Filter.h | 50 class Dvr; variable 101 void attachFilterToRecord(const sp<Dvr> dvr); 113 sp<Dvr> mDvr = nullptr;
|
H A D | Demux.cpp | 190 _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 D | Android.bp | 18 "Dvr.cpp",
|
H A D | Filter.cpp | 825 void Filter::attachFilterToRecord(const sp<Dvr> dvr) { in attachFilterToRecord()
|
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/ |
H A D | dvr_api.h | 487 #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 D | TunerTestingConfigReaderV1_0.h | 854 static PlaybackSettings readPlaybackSettings(Dvr dvrConfig) { in readPlaybackSettings() 866 static RecordSettings readRecordSettings(Dvr dvrConfig) { in readRecordSettings()
|
/aosp12/hardware/interfaces/tv/tuner/config/api/ |
H A D | current.txt | 209 public class Dvr { 210 ctor public Dvr(); 370 …method @Nullable public java.util.List<android.media.tuner.testing.configuration.V1_0.Dvr> getDvr(…
|