Home
last modified time | relevance | path

Searched defs:SetChannel (Results 1 – 9 of 9) sorted by relevance

/external/openthread/src/core/mac/
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_links.hpp213 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
Dmac_frame.hpp1273 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/external/openthread/src/core/radio/
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/external/openthread/src/core/meshcop/
Ddataset.hpp483 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info
/external/webrtc/pc/
Drtp_transceiver.cc255 void RtpTransceiver::SetChannel( in SetChannel() function in webrtc::RtpTransceiver
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas239 procedure SetChannel(const Value: Integer); procedure
517 procedure SetChannel(const Value: Integer); procedure
666 procedure SetChannel(const Value: Integer); procedure
3788 procedure TRecognizerSharedState.SetChannel(const Value: Integer); procedure
3945 procedure TCommonToken.SetChannel(const Value: Integer); procedure
4107 procedure TClassicToken.SetChannel(const Value: Integer); procedure
/external/openthread/src/core/thread/
Dmle_tlvs.hpp1097 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
/external/openthread/src/core/common/
Dmessage.hpp1070 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message