Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java532 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockAcquireCauseDisablePS()
563 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockReleaseCauseEnablePS()
705 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockAcquireFail()
1012 .thenReturn(WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockAcquireCauseLlEnableNew()
1052 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseCauseLlDisable()
1091 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseFailure()
1121 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyfail2DisablePowerSave()
1150 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoScreenOff()
1189 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoBackground()
1232 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoForeground()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiChipHidlImplTest.java174 WifiManager.WIFI_FEATURE_LOW_LATENCY in testChipFeatureMaskTranslation_1_3()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java858 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java1605 features |= WifiManager.WIFI_FEATURE_LOW_LATENCY; in halToFrameworkChipFeatureSet()
DWifiChipHidlImpl.java1777 {WifiManager.WIFI_FEATURE_LOW_LATENCY,
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java3892 public static final long WIFI_FEATURE_LOW_LATENCY = 1L << 30; // Low Latency modes field in WifiManager
4229 return isFeatureSupported(WIFI_FEATURE_LOW_LATENCY); in isLowLatencyModeSupported()