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.java831 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners() local
836 chipResp.value = chip; in initIWifiChipDebugListeners()
886 WifiStatus status = chipResp.value.registerEventCallback(callback); in initIWifiChipDebugListeners()
941 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo() local
946 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 …]