/hardware/interfaces/tv/tuner/1.0/default/ |
D | Dvr.cpp | 223 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()
|
D | Dvr.h | 116 uint32_t highThreshold, uint32_t lowThreshold); 118 uint32_t highThreshold, uint32_t lowThreshold);
|
D | Filter.h | 164 uint32_t highThreshold, uint32_t lowThreshold);
|
D | Filter.cpp | 302 uint32_t lowThreshold) { in checkFilterStatusChange() argument 307 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Dvr.cpp | 250 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()
|
D | Dvr.h | 112 uint32_t highThreshold, uint32_t lowThreshold); 114 uint32_t highThreshold, uint32_t lowThreshold);
|
D | Filter.h | 183 uint32_t highThreshold, uint32_t lowThreshold);
|
D | Filter.cpp | 520 uint32_t lowThreshold) { in checkFilterStatusChange() argument 525 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
|
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/ |
D | RecordSettings.aidl | 37 long lowThreshold;
|
D | PlaybackSettings.aidl | 37 long lowThreshold;
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/ |
D | PlaybackSettings.aidl | 39 long lowThreshold;
|
D | RecordSettings.aidl | 39 long lowThreshold;
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/ |
D | PlaybackSettings.aidl | 39 long lowThreshold;
|
D | RecordSettings.aidl | 39 long lowThreshold;
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/ |
D | PlaybackSettings.aidl | 39 long lowThreshold;
|
D | RecordSettings.aidl | 39 long lowThreshold;
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Dvr.cpp | 266 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()
|
D | Dvr.h | 122 int64_t highThreshold, int64_t lowThreshold); 124 int64_t highThreshold, int64_t lowThreshold);
|
D | Filter.h | 217 uint32_t highThreshold, uint32_t lowThreshold);
|
D | Filter.cpp | 703 uint32_t lowThreshold) { in checkFilterStatusChange() argument 710 } else if (availableToRead < lowThreshold) { in checkFilterStatusChange()
|
/hardware/interfaces/tv/tuner/aidl/vts/functional/ |
D | FrontendTests.h | 119 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
|
/hardware/interfaces/tv/tuner/1.1/vts/functional/ |
D | FrontendTests.h | 145 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | FrontendTests.h | 139 .lowThreshold = 0x1000, in getDefaultSoftwareFrontendPlaybackConfig()
|
/hardware/interfaces/tv/tuner/config/ |
D | TunerTestingConfigReaderV1_0.h | 867 .lowThreshold = static_cast<uint32_t>(dvrConfig.getLowThreshold()), in readPlaybackSettings() 879 .lowThreshold = static_cast<uint32_t>(dvrConfig.getLowThreshold()), in readRecordSettings()
|
D | TunerTestingConfigAidlReaderV1_0.h | 1189 .lowThreshold = static_cast<int64_t>(dvrConfig.getLowThreshold()), in readPlaybackSettings() 1201 .lowThreshold = static_cast<int64_t>(dvrConfig.getLowThreshold()), in readRecordSettings()
|