| /external/openthread/src/core/mac/ | 
| D | channel_mask.hpp | 159     void AddChannel(uint8_t aChannel)  in AddChannel()173     void RemoveChannel(uint8_t aChannel)  in RemoveChannel()
 
 | 
| D | mac_links.hpp | 209     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()
 
 | 
| D | mac.cpp | 406 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()
 
 | 
| D | sub_mac_callbacks.cpp | 68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel)  in RecordCcaStatus()
 | 
| D | sub_mac.cpp | 233 Error SubMac::Receive(uint8_t aChannel)  in Receive()1051 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd…  in UpdateCsl()
 
 | 
| D | link_raw.cpp | 137 Error LinkRaw::SetChannel(uint8_t aChannel)  in SetChannel()
 | 
| /external/openthread/examples/platforms/cc2538/ | 
| D | diag.c | 58 void otPlatDiagChannelSet(uint8_t aChannel)  in otPlatDiagChannelSet()
 | 
| D | radio.c | 222 void setChannel(uint8_t aChannel)  in setChannel()480 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel)  in otPlatRadioReceive()
 
 | 
| /external/openthread/examples/platforms/simulation/ | 
| D | diag.c | 58 void otPlatDiagChannelSet(uint8_t aChannel)  in otPlatDiagChannelSet()
 | 
| D | radio.c | 459 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/ | 
| D | max_power_table.hpp | 61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin…  in SetTransmitPower()
 | 
| D | radio_platform.cpp | 276 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()
 
 | 
| D | trel_link.cpp | 104 void Link::Receive(uint8_t aChannel)  in Receive()
 | 
| D | trel_packet.hpp | 149     void SetChannel(uint8_t aChannel) { mChannel = aChannel; }  in SetChannel()
 | 
| D | radio.hpp | 786 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/ | 
| D | channel_monitor_api.cpp | 83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel)  in otChannelMonitorGetChannelOccupancy()
 | 
| D | channel_manager_api.cpp | 46 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel)  in otChannelManagerRequestChannelChange()
 | 
| D | link_api.cpp | 64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel)  in otLinkSetChannel()417 otError otLinkCslSetChannel(otInstance *aInstance, uint8_t aChannel)  in otLinkCslSetChannel()
 
 | 
| D | link_raw_api.cpp | 259 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel)  in otLinkSetChannel()
 | 
| /external/openthread/src/posix/platform/ | 
| D | radio.cpp | 254 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/ | 
| D | wpan_service.cpp | 597                                    uint16_t                     aChannel,  in joinActiveDataset()616                                    uint16_t                     aChannel,  in formActiveDataset()
 
 | 
| /external/openthread/src/core/utils/ | 
| D | channel_manager.cpp | 67 void ChannelManager::RequestChannelChange(uint8_t aChannel)  in RequestChannelChange()
 | 
| /external/openthread/src/core/thread/ | 
| D | csl_tx_scheduler.hpp | 86         void    SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; }  in SetCslChannel()
 | 
| /external/openthread/src/core/meshcop/ | 
| D | meshcop_tlvs.cpp | 185 void ChannelTlv::SetChannel(uint16_t aChannel)  in SetChannel()
 | 
| /external/openthread/tests/fuzz/ | 
| D | fuzzer_platform.cpp | 305 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel)  in otPlatRadioReceive()522 void otPlatDiagChannelSet(uint8_t aChannel)  in otPlatDiagChannelSet()
 
 |