Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h942 const uint32_t *otThreadGetTimeInQueueHistogram(otInstance *aInstance, uint16_t *aNumBins, uint32_t…
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp458 const uint32_t *otThreadGetTimeInQueueHistogram(otInstance *aInstance, uint16_t *aNumBins, uint32_t… in otThreadGetTimeInQueueHistogram() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6921 histogram = otThreadGetTimeInQueueHistogram(GetInstancePtr(), &numBins, &binInterval); in Process()