Searched refs:DvrType (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/services/tuner/ |
D | TunerDvr.h | 35 using ::aidl::android::hardware::tv::tuner::DvrType; 53 TunerDvr(shared_ptr<IDvr> dvr, DvrType type); 79 DvrType mType;
|
D | TunerDemux.h | 24 using ::aidl::android::hardware::tv::tuner::DvrType; 54 ::ndk::ScopedAStatus openDvr(DvrType in_dvbType, int32_t in_bufferSize,
|
D | TunerDvr.cpp | 34 TunerDvr::TunerDvr(shared_ptr<IDvr> dvr, DvrType type) { in TunerDvr()
|
D | TunerDemux.cpp | 108 ::ndk::ScopedAStatus TunerDemux::openDvr(DvrType in_dvbType, int32_t in_bufferSize, in openDvr()
|
/frameworks/av/services/tuner/hidl/ |
D | TunerHidlDvr.h | 32 using ::aidl::android::hardware::tv::tuner::DvrType; 55 TunerHidlDvr(sp<HidlIDvr> dvr, DvrType type); 83 DvrType mType;
|
D | TunerHidlDemux.h | 24 using ::aidl::android::hardware::tv::tuner::DvrType; 58 ::ndk::ScopedAStatus openDvr(DvrType in_dvbType, int32_t in_bufferSize,
|
D | TunerHidlDvr.cpp | 47 TunerHidlDvr::TunerHidlDvr(sp<HidlIDvr> dvr, DvrType type) { in TunerHidlDvr() 159 case DvrType::PLAYBACK: { in getHidlDvrSettings() 174 case DvrType::RECORD: { in getHidlDvrSettings()
|
D | TunerHidlDemux.cpp | 35 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/ |
D | ITunerDemux.aidl | 20 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/ |
D | dvr_shared_buffers.h | 32 template <class DvrType, size_t StaticCount> 35 using Record = DvrType;
|
/frameworks/base/media/jni/tuner/ |
D | DemuxClient.h | 33 using ::aidl::android::hardware::tv::tuner::DvrType; 82 sp<DvrClient> openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb);
|
D | DemuxClient.cpp | 124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.h | 67 using ::aidl::android::hardware::tv::tuner::DvrType; 229 jobject openDvr(DvrType type, jlong bufferSize);
|
D | android_media_tv_Tuner.cpp | 2130 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/ |
D | Tuner.java | 259 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;
|