Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java734 .thenReturn(WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockAcquireCauseLlEnableNew()
772 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseCauseLlDisable()
806 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseFailure()
835 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyfail2DisablePowerSave()
861 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoScreenOff()
895 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoBackground()
934 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoForeground()
973 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyHiPerfLocks()
1017 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testForceLowLatency()
1048 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testForceLowLatencyScreenOff()
[all …]
DWifiVendorHalTest.java860 WifiManager.WIFI_FEATURE_LOW_LATENCY in testChipFeatureMaskTranslation_1_3()
939 | WifiManager.WIFI_FEATURE_LOW_LATENCY in testGetSupportedFeaturesForHalV1_3()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java731 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
DWifiVendorHal.java1500 {WifiManager.WIFI_FEATURE_LOW_LATENCY,
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java2700 public static final long WIFI_FEATURE_LOW_LATENCY = 0x40000000L; // Low Latency modes field in WifiManager