Lines Matching refs:in_ifname
386 ndk::ScopedAStatus WifiChip::getApIface(const std::string& in_ifname, in getApIface() argument
389 &WifiChip::getApIfaceInternal, _aidl_return, in_ifname); in getApIface()
392 ndk::ScopedAStatus WifiChip::removeApIface(const std::string& in_ifname) { in removeApIface() argument
394 &WifiChip::removeApIfaceInternal, in_ifname); in removeApIface()
414 ndk::ScopedAStatus WifiChip::getNanIface(const std::string& in_ifname, in getNanIface() argument
417 &WifiChip::getNanIfaceInternal, _aidl_return, in_ifname); in getNanIface()
420 ndk::ScopedAStatus WifiChip::removeNanIface(const std::string& in_ifname) { in removeNanIface() argument
422 &WifiChip::removeNanIfaceInternal, in_ifname); in removeNanIface()
435 ndk::ScopedAStatus WifiChip::getP2pIface(const std::string& in_ifname, in getP2pIface() argument
438 &WifiChip::getP2pIfaceInternal, _aidl_return, in_ifname); in getP2pIface()
441 ndk::ScopedAStatus WifiChip::removeP2pIface(const std::string& in_ifname) { in removeP2pIface() argument
443 &WifiChip::removeP2pIfaceInternal, in_ifname); in removeP2pIface()
456 ndk::ScopedAStatus WifiChip::getStaIface(const std::string& in_ifname, in getStaIface() argument
459 &WifiChip::getStaIfaceInternal, _aidl_return, in_ifname); in getStaIface()
462 ndk::ScopedAStatus WifiChip::removeStaIface(const std::string& in_ifname) { in removeStaIface() argument
464 &WifiChip::removeStaIfaceInternal, in_ifname); in removeStaIface()