Home
last modified time | relevance | path

Searched refs:lowThreshold (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp223 mDvrSettings.playback().lowThreshold); in maySendPlaybackStatusCallback()
231 uint32_t highThreshold, uint32_t lowThreshold) { in checkPlaybackStatusChange() argument
236 } else if (availableToRead < lowThreshold) { in checkPlaybackStatusChange()
445 mDvrSettings.record().lowThreshold); in maySendRecordStatusCallback()
453 uint32_t highThreshold, uint32_t lowThreshold) { in checkRecordStatusChange() argument
458 } else if (availableToRead < lowThreshold) { in checkRecordStatusChange()
DDvr.h116 uint32_t highThreshold, uint32_t lowThreshold);
118 uint32_t highThreshold, uint32_t lowThreshold);
DFilter.h164 uint32_t highThreshold, uint32_t lowThreshold);
DFilter.cpp302 uint32_t lowThreshold) { in checkFilterStatusChange() argument
307 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
/hardware/interfaces/tv/tuner/1.1/default/
DDvr.cpp250 mDvrSettings.playback().lowThreshold); in maySendPlaybackStatusCallback()
258 uint32_t highThreshold, uint32_t lowThreshold) { in checkPlaybackStatusChange() argument
263 } else if (availableToRead < lowThreshold) { in checkPlaybackStatusChange()
472 mDvrSettings.record().lowThreshold); in maySendRecordStatusCallback()
480 uint32_t highThreshold, uint32_t lowThreshold) { in checkRecordStatusChange() argument
485 } else if (availableToRead < lowThreshold) { in checkRecordStatusChange()
DDvr.h112 uint32_t highThreshold, uint32_t lowThreshold);
114 uint32_t highThreshold, uint32_t lowThreshold);
DFilter.h183 uint32_t highThreshold, uint32_t lowThreshold);
DFilter.cpp520 uint32_t lowThreshold) { in checkFilterStatusChange() argument
525 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DRecordSettings.aidl37 long lowThreshold;
DPlaybackSettings.aidl37 long lowThreshold;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DPlaybackSettings.aidl39 long lowThreshold;
DRecordSettings.aidl39 long lowThreshold;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DPlaybackSettings.aidl39 long lowThreshold;
DRecordSettings.aidl39 long lowThreshold;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DPlaybackSettings.aidl39 long lowThreshold;
DRecordSettings.aidl39 long lowThreshold;
/hardware/interfaces/tv/tuner/aidl/default/
DDvr.cpp266 mDvrSettings.get<DvrSettings::Tag::playback>().lowThreshold); in maySendPlaybackStatusCallback()
274 int64_t highThreshold, int64_t lowThreshold) { in checkPlaybackStatusChange() argument
279 } else if (availableToRead < lowThreshold) { in checkPlaybackStatusChange()
507 mDvrSettings.get<DvrSettings::Tag::record>().lowThreshold); in maySendRecordStatusCallback()
515 int64_t highThreshold, int64_t lowThreshold) { in checkRecordStatusChange() argument
520 } else if (availableToRead < lowThreshold) { in checkRecordStatusChange()
DDvr.h122 int64_t highThreshold, int64_t lowThreshold);
124 int64_t highThreshold, int64_t lowThreshold);
DFilter.h217 uint32_t highThreshold, uint32_t lowThreshold);
DFilter.cpp703 uint32_t lowThreshold) { in checkFilterStatusChange() argument
710 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DFrontendTests.h119 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DFrontendTests.h145 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DFrontendTests.h139 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h867 .lowThreshold = static_cast<uint32_t>(dvrConfig.getLowThreshold()), in readPlaybackSettings()
879 .lowThreshold = static_cast<uint32_t>(dvrConfig.getLowThreshold()), in readRecordSettings()
DTunerTestingConfigAidlReaderV1_0.h1189 .lowThreshold = static_cast<int64_t>(dvrConfig.getLowThreshold()), in readPlaybackSettings()
1201 .lowThreshold = static_cast<int64_t>(dvrConfig.getLowThreshold()), in readRecordSettings()

12