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.java809 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local
815 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()
824 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()
825 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()
832 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()
917 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local
923 chipIdsResp.value = chipIds; in getAllChipInfo()
932 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()
933 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()
939 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()
[all …]