Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiChip.java257 List<String> getStaIfaceNames(); in getStaIfaceNames() method
DWifiChip.java754 public List<String> getStaIfaceNames() { in getStaIfaceNames() method in WifiChip
756 () -> mWifiChip.getStaIfaceNames()); in getStaIfaceNames()
DWifiChipAidlImpl.java626 public List<String> getStaIfaceNames() { in getStaIfaceNames() method in WifiChipAidlImpl
631 String[] ifaceNames = mWifiChip.getStaIfaceNames(); in getStaIfaceNames()
DWifiChipHidlImpl.java356 public List<String> getStaIfaceNames() { in getStaIfaceNames() method in WifiChipHidlImpl
1005 mWifiChip.getStaIfaceNames((status, ifaceNames) -> { in getStaIfaceNamesInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1204 List<String> ifaceNames = chip.getStaIfaceNames(); in getAllChipInfo()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java4711 .when(chip).getStaIfaceNames(); in initialize()