Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_ap_iface.cpp62 ndk::ScopedAStatus WifiApIface::setCountryCode(const std::array<uint8_t, 2>& in_code) { in setCountryCode() argument
64 &WifiApIface::setCountryCodeInternal, in_code); in setCountryCode()
Dwifi_ap_iface.h47 ndk::ScopedAStatus setCountryCode(const std::array<uint8_t, 2>& in_code) override;
Dwifi_chip.h147 ndk::ScopedAStatus setCountryCode(const std::array<uint8_t, 2>& in_code) override;
228 ndk::ScopedAStatus setCountryCodeInternal(const std::array<uint8_t, 2>& in_code);
Dwifi_chip.cpp563 ndk::ScopedAStatus WifiChip::setCountryCode(const std::array<uint8_t, 2>& in_code) { in setCountryCode() argument
565 &WifiChip::setCountryCodeInternal, in_code); in setCountryCode()