Home
last modified time | relevance | path

Searched defs:aChannel (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/openthread/src/core/utils/
H A Dpower_calibration.cpp80 Error PowerCalibration::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower()
119 Error PowerCalibration::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
135 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings()
204 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
219 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
225 uint8_t aChannel, in otPlatRadioGetRawPowerSetting()
237 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
H A Dchannel_manager.cpp76 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
93 void ChannelManager::RequestNetworkChannelChange(uint8_t aChannel) in RequestNetworkChannelChange()
121 void ChannelManager::ChangeCslChannel(uint8_t aChannel) in ChangeCslChannel()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp284 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
626 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
714 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
959 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
967 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
982 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
1042 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_links.hpp214 void SetChannel(uint8_t aChannel) in SetChannel()
474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
512 void Receive(uint8_t aChannel) in Receive()
H A Dchannel_mask.hpp159 void AddChannel(uint8_t aChannel) in AddChannel()
173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
H A Dmac.cpp424 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel()
448 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel()
1129 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
2324 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
H A Dsub_mac_callbacks.cpp68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
H A Dsub_mac_csl_receiver.cpp113 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
H A Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio_platform.cpp310 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower()
335 OT_TOOL_WEAK otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart,… in otPlatRadioReceiveAt()
H A Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
H A Dradio.hpp951 inline Error Radio::Receive(uint8_t aChannel) in Receive()
965 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
H A Dtrel_link.cpp101 void Link::Receive(uint8_t aChannel) in Receive()
/aosp_15_r20/external/ot-br-posix/src/web/web-service/
H A Dwpan_service.cpp597 uint16_t aChannel, in joinActiveDataset()
616 uint16_t aChannel, in formActiveDataset()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_tlvs.hpp1059 ChannelTlvValue(uint8_t aChannelPage, uint16_t aChannel) in ChannelTlvValue()
1071 ChannelTlvValue(uint16_t aChannel) in ChannelTlvValue()
1106 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel()
H A Dmle_tlvs.cpp100 void ChannelTlvValue::SetChannelAndPage(uint16_t aChannel) in SetChannelAndPage()
H A Dcsl_tx_scheduler.hpp86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c494 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
551 static int8_t GetRssi(uint16_t aChannel) in GetRssi()
1270 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
H A Ddiag.c72 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1679 otError RadioSpinel::Receive(uint8_t aChannel) in Receive()
2267 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower()
2368 otError RadioSpinel::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower()
2386 otError RadioSpinel::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
/aosp_15_r20/external/openthread/src/core/diags/
H A Dfactory_diags.cpp677 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings()
1058 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_api.cpp64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
405 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
H A Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
H A Dchannel_manager_api.cpp48 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp326 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
526 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()

12