Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1007 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners() local
1012 chipResp.value = chip; in initIWifiChipDebugListeners()
1062 WifiStatus status = chipResp.value.registerEventCallback(callback); in initIWifiChipDebugListeners()
1133 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo() local
1138 chipResp.value = chip; in getAllChipInfo()
1148 chipResp.value.getAvailableModes( in getAllChipInfo()
1163 chipResp.value.getMode((WifiStatus status, int modeId) -> { in getAllChipInfo()
1179 chipCapabilities.value = getChipCapabilities(chipResp.value); in getAllChipInfo()
1184 chipResp.value.getStaIfaceNames( in getAllChipInfo()
1199 chipResp.value.getStaIface(ifaceName, in getAllChipInfo()
[all …]