Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java44 private static final int LOW_LATENCY_SUPPORT_UNDEFINED = -1; field in WifiLockManager
51 private int mLatencyModeSupport = LOW_LATENCY_SUPPORT_UNDEFINED;
639 if (mLatencyModeSupport == LOW_LATENCY_SUPPORT_UNDEFINED) { in getLowLatencyModeSupport()
642 return LOW_LATENCY_SUPPORT_UNDEFINED; in getLowLatencyModeSupport()
661 if (lowLatencySupport == LOW_LATENCY_SUPPORT_UNDEFINED) { in setLowLatencyMode()