Home
last modified time | relevance | path

Searched defs:GetPreferredChannelMask (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfiguration.hpp109 uint32_t GetPreferredChannelMask(void) const { return mPreferredChannelMask; } in GetPreferredChannelMask() function in ot::Posix::Configuration
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp872 inline uint32_t Radio::GetPreferredChannelMask(void) { return otPlatRadioGetPreferredChannelMask(Ge… in GetPreferredChannelMask() function in ot::Radio
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp562 ClientError ThreadApiDBus::GetPreferredChannelMask(uint32_t &aChannelMask) in GetPreferredChannelMask() function in otbr::DBus::ThreadApiDBus