Home
last modified time | relevance | path

Searched defs:aPower (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
H A Dradio.hpp903 inline Error Radio::GetTransmitPower(int8_t &aPower) { return otPlatRadioGetTransmitPower(GetInstan… in GetTransmitPower()
905 inline Error Radio::SetTransmitPower(int8_t aPower) { return otPlatRadioSetTransmitPower(GetInstanc… in SetTransmitPower()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp345 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
422 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c1028 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
1041 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp448 otError otPlatRadioGetTransmitPower(otInstance *aInstance, int8_t *aPower) in otPlatRadioGetTransmitPower()
455 otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower) in otPlatRadioSetTransmitPower()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1102 otError RadioSpinel::GetTransmitPower(int8_t &aPower) in GetTransmitPower()
1200 otError RadioSpinel::SetTransmitPower(int8_t aPower) in SetTransmitPower()