Home
last modified time | relevance | path

Searched refs:GetDirectRetrySuccessHistogram (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/mac/
Dmac.hpp502 const uint32_t *GetDirectRetrySuccessHistogram(uint8_t &aNumberOfEntries);
Dmac.cpp2252 const uint32_t *Mac::GetDirectRetrySuccessHistogram(uint8_t &aNumberOfEntries) in GetDirectRetrySuccessHistogram() function in ot::Mac::Mac
/external/openthread/src/core/api/
Dlink_api.cpp314 return AsCoreType(aInstance).Get<Mac::Mac>().GetDirectRetrySuccessHistogram(*aNumberOfEntries); in otLinkGetTxDirectRetrySuccessHistogram()