Home
last modified time | relevance | path

Searched defs:SetSubType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp.cc63 void App::SetSubType(uint8_t subtype) { in SetSubType() function in webrtc::rtcp::App
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp241 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType() function in ot::Mac::VendorIeHeader
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp534 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType() function in ot::Message