Home
last modified time | relevance | path

Searched defs:GetTransmitPower (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dmax_power_table.hpp52 …int8_t GetTransmitPower(uint8_t aChannel) const { return mPowerTable[aChannel - Radio::kChannelMin… in GetTransmitPower() function in ot::MaxPowerTable
H A Dradio.hpp903 inline Error Radio::GetTransmitPower(int8_t &aPower) { return otPlatRadioGetTransmitPower(GetInstan… in GetTransmitPower() function in ot::Radio
1054 inline Error Radio::GetTransmitPower(int8_t &) { return kErrorNotImplemented; } in GetTransmitPower() function in ot::Radio
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1102 otError RadioSpinel::GetTransmitPower(int8_t &aPower) in GetTransmitPower() function in ot::Spinel::RadioSpinel