Searched refs:otPlatRadioSetChannelTargetPower (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_power_calibration.cpp | 68 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 4999)); in TestPowerCalibration() 74 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 5000)); in TestPowerCalibration() 80 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 9999)); in TestPowerCalibration() 86 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 10000)); in TestPowerCalibration() 92 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 14999)); in TestPowerCalibration() 98 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration() 104 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15001)); in TestPowerCalibration() 126 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration()
|
H A D | test_platform.cpp | 725 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int1… in otPlatRadioSetChannelTargetPower() function
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | configuration.cpp | 191 …SuccessOrExit(error = otPlatRadioSetChannelTargetPower(gInstance, ch, targetPower.GetTargetPower()… in UpdateTargetPower()
|
H A D | radio.cpp | 982 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | power_calibration.cpp | 219 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
|
/aosp_15_r20/external/openthread/include/openthread/platform/ |
H A D | radio.h | 1399 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo…
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | rcp_host.cpp | 565 SuccessOrExit(error = otPlatRadioSetChannelTargetPower( in SetChannelMaxPowers()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base.cpp | 2738 error = otPlatRadioSetChannelTargetPower(mInstance, channel, targetPower); in HandlePropertySet()
|