Searched defs:aThreshold (Results 1 – 12 of 12) sorted by relevance
| /external/openthread/src/core/thread/ |
| D | mle_router.hpp | 309 void SetRouterUpgradeThreshold(uint8_t aThreshold) { mRouterUpgradeThreshold = aThreshold; } in SetRouterUpgradeThreshold() 325 void SetRouterDowngradeThreshold(uint8_t aThreshold) { mRouterDowngradeThreshold = aThreshold; } in SetRouterDowngradeThreshold()
|
| /external/openthread/src/core/api/ |
| D | channel_manager_api.cpp | 118 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold) in otChannelManagerSetCcaFailureRateThreshold()
|
| D | thread_ftd_api.cpp | 141 void otThreadSetRouterUpgradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterUpgradeThreshold() 191 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterDowngradeThreshold()
|
| /external/openthread/src/core/utils/ |
| D | jam_detector.cpp | 130 void JamDetector::SetRssiThreshold(int8_t aThreshold) in SetRssiThreshold()
|
| D | channel_manager.cpp | 352 void ChannelManager::SetCcaFailureRateThreshold(uint16_t aThreshold) in SetCcaFailureRateThreshold()
|
| /external/openthread/tests/fuzz/ |
| D | fuzzer_platform.cpp | 414 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 421 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
| /external/openthread/src/core/radio/ |
| D | radio.hpp | 741 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() 746 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
|
| /external/openthread/src/posix/platform/ |
| D | radio.cpp | 433 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 440 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
| /external/openthread/examples/platforms/cc2538/ |
| D | radio.c | 1241 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 1249 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
| /external/openthread/examples/platforms/simulation/ |
| D | radio.c | 1069 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold() 1080 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|
| /external/openthread/src/lib/spinel/ |
| D | radio_spinel_impl.hpp | 1385 …ror RadioSpinel<InterfaceType, ProcessContextType>::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() 1498 …rror RadioSpinel<InterfaceType, ProcessContextType>::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
|
| /external/openthread/tests/unit/ |
| D | test_platform.cpp | 545 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
|