Searched refs:DvrType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/jni/tuner/ |
D | DemuxClient.h | 38 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);
|
D | DemuxClient.cpp | 165 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int bufferSize, sp<DvrClientCallback> cb) { in openDvr() 274 sp<IDvr> DemuxClient::openHidlDvr(DvrType dvrType, int bufferSize, in openHidlDvr()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_shared_buffers.h | 32 template <class DvrType, size_t StaticCount> 35 using Record = DvrType;
|
/frameworks/av/services/tuner/ |
D | TunerDvr.cpp | 30 mType = static_cast<DvrType>(type); in TunerDvr() 168 case DvrType::PLAYBACK: { in getHidlDvrSettingsFromAidl() 178 case DvrType::RECORD: { in getHidlDvrSettingsFromAidl()
|
D | TunerDvr.h | 42 using ::android::hardware::tv::tuner::V1_0::DvrType; 92 DvrType mType;
|
D | TunerDemux.cpp | 30 using ::android::hardware::tv::tuner::V1_0::DvrType; 178 mDemux->openDvr(static_cast<DvrType>(dvrType), bufferSize, callback, in openDvr()
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.h | 55 using ::android::hardware::tv::tuner::V1_0::DvrType; 196 jobject openDvr(DvrType type, jlong bufferSize);
|
D | android_media_tv_Tuner.cpp | 1781 jobject JTuner::openDvr(DvrType type, jlong bufferSize) { in openDvr() 1796 if (type == DvrType::RECORD) { in openDvr() 4033 return tuner->openDvr(DvrType::RECORD, bufferSize); in android_media_tv_Tuner_open_dvr_recorder() 4039 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 | 254 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;
|