Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/mac/
H A Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
H A Dmac_links.hpp214 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
H A Dmac_frame.hpp1387 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transceiver.cc255 void RtpTransceiver::SetChannel( in SetChannel() function in webrtc::RtpTransceiver
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_tlvs.hpp1106 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1145 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message