Searched refs:chipResp (Results 1 – 1 of 1) sorted by relevance
1007 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners() local1012 chipResp.value = chip; in initIWifiChipDebugListeners()1062 WifiStatus status = chipResp.value.registerEventCallback(callback); in initIWifiChipDebugListeners()1133 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo() local1138 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 …]