Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dlink_api.cpp295 … uint32_t *otLinkGetTxDirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfEntries) in otLinkGetTxDirectRetrySuccessHistogram()
300 …int32_t *otLinkGetTxIndirectRetrySuccessHistogram(otInstance *aInstance, uint8_t *aNumberOfEntries) in otLinkGetTxIndirectRetrySuccessHistogram()
/external/openthread/src/core/mac/
Dmac.cpp2101 const uint32_t *Mac::GetDirectRetrySuccessHistogram(uint8_t &aNumberOfEntries) in GetDirectRetrySuccessHistogram()
2116 const uint32_t *Mac::GetIndirectRetrySuccessHistogram(uint8_t &aNumberOfEntries) in GetIndirectRetrySuccessHistogram()