Home
last modified time | relevance | path

Searched defs:GetSupportedChannelMask (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dmax_power_table.hpp67 uint32_t GetSupportedChannelMask(void) const in GetSupportedChannelMask() function in ot::MaxPowerTable
H A Dradio.hpp870 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask() function in ot::Radio
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfiguration.hpp101 uint32_t GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Posix::Configuration
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.hpp319 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Mac::Mac
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp557 ClientError ThreadApiDBus::GetSupportedChannelMask(uint32_t &aChannelMask) in GetSupportedChannelMask() function in otbr::DBus::ThreadApiDBus