Searched defs:aThreshold (Results 1 – 11 of 11) sorted by relevance
/external/openthread/src/core/utils/ |
D | jam_detector.cpp | 122 void JamDetector::SetRssiThreshold(int8_t aThreshold) in SetRssiThreshold()
|
D | channel_manager.cpp | 482 void ChannelManager::SetCcaFailureRateThreshold(uint16_t aThreshold) in SetCcaFailureRateThreshold()
|
/external/openthread/src/core/api/ |
D | channel_manager_api.cpp | 138 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold) in otChannelManagerSetCcaFailureRateThreshold()
|
D | thread_ftd_api.cpp | 150 void otThreadSetRouterUpgradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterUpgradeThreshold() 192 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterDowngradeThreshold()
|
/external/openthread/src/core/thread/ |
D | mle_router.hpp | 286 void SetRouterUpgradeThreshold(uint8_t aThreshold) { mRouterUpgradeThreshold = aThreshold; } in SetRouterUpgradeThreshold() 300 void SetRouterDowngradeThreshold(uint8_t aThreshold) { mRouterDowngradeThreshold = aThreshold; } in SetRouterDowngradeThreshold()
|
/external/openthread/src/core/radio/ |
D | radio.hpp | 911 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() 916 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
|
/external/openthread/tests/fuzz/ |
D | fuzzer_platform.cpp | 436 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 443 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
/external/openthread/examples/platforms/simulation/ |
D | radio.c | 956 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 967 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 486 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 493 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel.cpp | 1136 otError RadioSpinel::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() 1242 otError RadioSpinel::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
|
/external/openthread/tests/unit/ |
D | test_platform.cpp | 577 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|