Home
last modified time | relevance | path

Searched defs:aTxPower (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Ddiag.c74 void otPlatDiagTxPowerSet(int8_t aTxPower) { OT_UNUSED_VARIABLE(aTxPower); } in otPlatDiagTxPowerSet()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp528 void otPlatDiagTxPowerSet(int8_t aTxPower) { OT_UNUSED_VARIABLE(aTxPower); } in otPlatDiagTxPowerSet()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp632 ClientError ThreadApiDBus::GetRadioTxPower(int8_t &aTxPower) in GetRadioTxPower()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp615 void otPlatDiagTxPowerSet(int8_t aTxPower) in otPlatDiagTxPowerSet()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1399 void SetTxPower(int8_t aTxPower) { mInfo.mTxInfo.mTxPower = aTxPower; } in SetTxPower()