Home
last modified time | relevance | path

Searched refs:WIFI_FEATURE_LOW_LATENCY (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java710 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockAcquireCauseLlEnableNew()
748 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseCauseLlDisable()
782 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseFailure()
811 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyfail2DisablePowerSave()
837 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoScreenOff()
871 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoBackground()
910 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoForeground()
949 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyHiPerfLocks()
993 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testForceLowLatency()
1024 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testForceLowLatencyScreenOff()
[all …]
DWifiVendorHalTest.java842 WifiManager.WIFI_FEATURE_LOW_LATENCY in testChipFeatureMaskTranslation_1_3()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java649 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
DWifiVendorHal.java1139 {WifiManager.WIFI_FEATURE_LOW_LATENCY,
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2411 public static final long WIFI_FEATURE_LOW_LATENCY = 0x40000000L; // Low Latency modes field in WifiManager