Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java985 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local
991 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()
1000 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()
1001 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()
1008 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()
1109 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local
1115 chipIdsResp.value = chipIds; in getAllChipInfo()
1124 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()
1125 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()
1131 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()
[all …]