Home
last modified time | relevance | path

Searched defs:aGain (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/radio/
Dradio_platform.cpp260 OT_TOOL_WEAK otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
268 OT_TOOL_WEAK otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/src/posix/platform/
Dradio.cpp446 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
453 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/examples/platforms/simulation/
Dradio.c1091 otError otPlatRadioGetFemLnaGain(otInstance *aInstance, int8_t *aGain) in otPlatRadioGetFemLnaGain()
1102 otError otPlatRadioSetFemLnaGain(otInstance *aInstance, int8_t aGain) in otPlatRadioSetFemLnaGain()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1394 otError RadioSpinel<InterfaceType, ProcessContextType>::GetFemLnaGain(int8_t &aGain) in GetFemLnaGain()
1515 otError RadioSpinel<InterfaceType, ProcessContextType>::SetFemLnaGain(int8_t aGain) in SetFemLnaGain()