Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java794 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local
800 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()
809 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()
810 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()
817 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()
902 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local
908 chipIdsResp.value = chipIds; in getAllChipInfo()
917 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()
918 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()
924 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()
[all …]