Home
last modified time | relevance | path

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

12

/external/openthread/src/core/mac/
Dchannel_mask.hpp159 void AddChannel(uint8_t aChannel) in AddChannel()
173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
Dmac_links.hpp209 void SetChannel(uint8_t aChannel) in SetChannel()
471 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
509 void Receive(uint8_t aChannel) in Receive()
Dmac.cpp406 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel()
430 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel()
1117 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
2290 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
Dsub_mac_callbacks.cpp68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
Dsub_mac.cpp233 Error SubMac::Receive(uint8_t aChannel) in Receive()
1051 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
/external/openthread/examples/platforms/cc2538/
Ddiag.c58 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
Dradio.c222 void setChannel(uint8_t aChannel) in setChannel()
480 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
/external/openthread/examples/platforms/simulation/
Ddiag.c58 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
Dradio.c459 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
516 static int8_t GetRssi(uint16_t aChannel) in GetRssi()
1280 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
/external/openthread/src/core/radio/
Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
Dradio_platform.cpp276 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower()
301 OT_TOOL_WEAK otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart,… in otPlatRadioReceiveAt()
Dtrel_link.cpp104 void Link::Receive(uint8_t aChannel) in Receive()
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
Dradio.hpp786 inline Error Radio::Receive(uint8_t aChannel) in Receive()
797 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
/external/openthread/src/core/api/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
Dchannel_manager_api.cpp46 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
Dlink_api.cpp64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
417 otError otLinkCslSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkCslSetChannel()
Dlink_raw_api.cpp259 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
/external/openthread/src/posix/platform/
Dradio.cpp254 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
539 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
630 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
660 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
/external/ot-br-posix/src/web/web-service/
Dwpan_service.cpp597 uint16_t aChannel, in joinActiveDataset()
616 uint16_t aChannel, in formActiveDataset()
/external/openthread/src/core/utils/
Dchannel_manager.cpp67 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
/external/openthread/src/core/thread/
Dcsl_tx_scheduler.hpp86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.cpp185 void ChannelTlv::SetChannel(uint16_t aChannel) in SetChannel()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp305 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
522 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()

12