Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dlink_raw.cpp131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_links.hpp201 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
Dmac_frame.hpp1079 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/external/openthread/src/core/radio/
Dtrel_packet.hpp137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/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
1825 procedure SetChannel(const Value: Integer); procedure
1865 procedure SetChannel(const Value: Integer); virtual; procedure
1909 procedure SetChannel(const Value: Integer); virtual; 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.hpp1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
/external/openthread/src/core/common/
Dmessage.hpp1144 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message