Home
last modified time | relevance | path

Searched defs:GetRxOnWhenIdle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.hpp196 bool GetRxOnWhenIdle(void) const { return mRxOnWhenIdle; } in GetRxOnWhenIdle() function in ot::Mac::Mac
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder.cpp729 bool MeshForwarder::GetRxOnWhenIdle(void) const { return Get<Mac::Mac>().GetRxOnWhenIdle(); } in GetRxOnWhenIdle() function in ot::MeshForwarder