Searched refs:chipResp (Results 1 – 1 of 1) sorted by relevance
831 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners() local836 chipResp.value = chip; in initIWifiChipDebugListeners()886 WifiStatus status = chipResp.value.registerEventCallback(callback); in initIWifiChipDebugListeners()941 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo() local946 chipResp.value = chip; in getAllChipInfo()956 chipResp.value.getAvailableModes( in getAllChipInfo()971 chipResp.value.getMode((WifiStatus status, int modeId) -> { in getAllChipInfo()989 chipResp.value.getStaIfaceNames( in getAllChipInfo()1004 chipResp.value.getStaIface(ifaceName, in getAllChipInfo()1022 chipResp.value.getApIfaceNames( in getAllChipInfo()[all …]