Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java816 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners() local
821 chipResp.value = chip; in initIWifiChipDebugListeners()
871 WifiStatus status = chipResp.value.registerEventCallback(callback); in initIWifiChipDebugListeners()
926 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo() local
931 chipResp.value = chip; in getAllChipInfo()
941 chipResp.value.getAvailableModes( in getAllChipInfo()
956 chipResp.value.getMode((WifiStatus status, int modeId) -> { in getAllChipInfo()
974 chipResp.value.getStaIfaceNames( in getAllChipInfo()
989 chipResp.value.getStaIface(ifaceName, in getAllChipInfo()
1007 chipResp.value.getApIfaceNames( in getAllChipInfo()
[all …]