OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getApIface
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/wifi/1.0/
IWifiChip.hal
319
* retrieved using |
getApIface
| method.
342
getApIface
(string ifname) generates (WifiStatus status, IWifiApIface iface);
/hardware/interfaces/wifi/1.0/default/
wifi_chip.h
86
Return<void>
getApIface
(const hidl_string& ifname,
wifi_chip.cpp
164
Return<void> WifiChip::
getApIface
(const hidl_string& ifname,
[
all
...]
/hardware/interfaces/wifi/1.0/vts/functional/
wifi_chip_hidl_test.cpp
386
*
GetApIface
391
TEST_F(WifiChipHidlTest,
GetApIface
) {
400
HIDL_INVOKE(wifi_chip_,
getApIface
, iface_name);
406
HIDL_INVOKE(wifi_chip_,
getApIface
, invalid_name);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HalDeviceManager.java
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java
[
all
...]
Completed in 612 milliseconds