Home
last modified time | relevance | path

Searched defs:lowThreshold (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/tuner/dvr/
H A DDvrSettings.java72 private DvrSettings(@Filter.Status int statusMask, @BytesLong long lowThreshold, in DvrSettings()
157 public Builder setLowThreshold(@BytesLong long lowThreshold) { in setLowThreshold()
/aosp12/frameworks/native/include/input/
H A DVelocityControl.h45 float lowThreshold; member
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java252 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold() local
266 long lowThreshold = getMainLowSpaceThreshold(); in getAvailableSpace() local
H A DBackgroundDexOptService.java177 final long lowThreshold = StorageManager.from(context).getStorageLowBytes(mDataDir); in getLowStorageThreshold() local
205 final long lowThreshold = getLowStorageThreshold(this); in postBootUpdate() local
H A DPackageManagerService.java18034 final long lowThreshold = storage.getStorageLowBytes( in overrideInstallLocation() local
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.cpp235 uint32_t highThreshold, uint32_t lowThreshold) { in checkPlaybackStatusChange()
457 uint32_t highThreshold, uint32_t lowThreshold) { in checkRecordStatusChange()
H A DFilter.cpp302 uint32_t lowThreshold) { in checkFilterStatusChange()
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDvr.cpp266 uint32_t highThreshold, uint32_t lowThreshold) { in checkPlaybackStatusChange()
488 uint32_t highThreshold, uint32_t lowThreshold) { in checkRecordStatusChange()
H A DFilter.cpp520 uint32_t lowThreshold) { in checkFilterStatusChange()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3111 uint32_t lowThreshold = in getDvrSettings() local