Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java208 private final LohsSoftApTracker mLohsSoftApTracker; field in WifiServiceImpl
224 mLohsSoftApTracker.stopByRequest(requestor); in onLocalOnlyHotspotRequestorDeath()
322 mLohsSoftApTracker = new LohsSoftApTracker(); in WifiServiceImpl()
323 mActiveModeWarden.registerLohsCallback(mLohsSoftApTracker); in WifiServiceImpl()
866 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode)); in updateInterfaceIpState()
898 mLohsSoftApTracker.stopAll(); in startSoftAp()
956 mLohsSoftApTracker.stopAll(); in startTetheredHotspot()
1471 softApConfig, mLohsSoftApTracker.getSoftApCapability()); in startForFirstRequestLocked()
1704 mLohsSoftApTracker.start(pid, request); in registerLOHSForTest()
1791 return mLohsSoftApTracker.start(pid, request); in startLocalOnlyHotspot()
[all …]