Searched refs:aCoexMetrics (Results 1 – 5 of 5) sorted by relevance
/external/openthread/examples/platforms/simulation/ |
D | radio.c | 1149 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() argument 1156 otEXPECT_ACTION(aCoexMetrics != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics() 1158 memset(aCoexMetrics, 0, sizeof(otRadioCoexMetrics)); in otPlatRadioGetCoexMetrics() 1160 aCoexMetrics->mStopped = false; in otPlatRadioGetCoexMetrics() 1161 aCoexMetrics->mNumGrantGlitch = 1; in otPlatRadioGetCoexMetrics() 1162 aCoexMetrics->mNumTxRequest = 2; in otPlatRadioGetCoexMetrics() 1163 aCoexMetrics->mNumTxGrantImmediate = 3; in otPlatRadioGetCoexMetrics() 1164 aCoexMetrics->mNumTxGrantWait = 4; in otPlatRadioGetCoexMetrics() 1165 aCoexMetrics->mNumTxGrantWaitActivated = 5; in otPlatRadioGetCoexMetrics() 1166 aCoexMetrics->mNumTxGrantWaitTimeout = 6; in otPlatRadioGetCoexMetrics() [all …]
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 1440 …or RadioSpinel<InterfaceType, ProcessContextType>::GetCoexMetrics(otRadioCoexMetrics &aCoexMetrics) in GetCoexMetrics() argument 1466 … &aCoexMetrics.mNumTxRequest, &aCoexMetrics.mNumTxGrantImmediate, &aCoexMetrics.mNumTxGrantWait, in GetCoexMetrics() 1467 &aCoexMetrics.mNumTxGrantWaitActivated, &aCoexMetrics.mNumTxGrantWaitTimeout, in GetCoexMetrics() 1468 &aCoexMetrics.mNumTxGrantDeactivatedDuringRequest, &aCoexMetrics.mNumTxDelayedGrant, in GetCoexMetrics() 1469 …&aCoexMetrics.mAvgTxRequestToGrantTime, &aCoexMetrics.mNumRxRequest, &aCoexMetrics.mNumRxGrantImme… in GetCoexMetrics() 1470 &aCoexMetrics.mNumRxGrantWait, &aCoexMetrics.mNumRxGrantWaitActivated, in GetCoexMetrics() 1471 … &aCoexMetrics.mNumRxGrantWaitTimeout, &aCoexMetrics.mNumRxGrantDeactivatedDuringRequest, in GetCoexMetrics() 1472 …&aCoexMetrics.mNumRxDelayedGrant, &aCoexMetrics.mAvgRxRequestToGrantTime, &aCoexMetrics.mNumRxGran… in GetCoexMetrics() 1473 &aCoexMetrics.mStopped, &aCoexMetrics.mNumGrantGlitch); in GetCoexMetrics()
|
D | radio_spinel.hpp | 357 otError GetCoexMetrics(otRadioCoexMetrics &aCoexMetrics);
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 478 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() argument 484 VerifyOrExit(aCoexMetrics != nullptr, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics() 486 error = sRadioSpinel.GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()
|
/external/openthread/include/openthread/platform/ |
D | radio.h | 1018 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics);
|