Home
last modified time | relevance | path

Searched refs:countSections (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DSDP.cpp35 size_t SDP::countSections() const { in countSections() function in SDP
125 return SectionEditor(this, countSections()); in createSection()
129 CHECK_LT(section, countSections()); in appendToSection()
136 CHECK_LE(section, countSections()); in commitSectionEdit()
138 if (section == countSections()) { in commitSectionEdit()
150 if (section + 1 < countSections()) { in commitSectionEdit()
DMyWebSocketHandler.cpp474 if (targetMediaIndex + 1 >= mOfferedSDP.countSections()) { in getSDPValue()
479 << mOfferedSDP.countSections() in getSDPValue()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DSDP.h32 size_t countSections() const;