Searched defs:RtcEventAlrState (Results 1 – 4 of 4) sorted by relevance
17 RtcEventAlrState::RtcEventAlrState(bool in_alr) : in_alr_(in_alr) {} in RtcEventAlrState() function in webrtc::RtcEventAlrState19 RtcEventAlrState::RtcEventAlrState(const RtcEventAlrState& other) in RtcEventAlrState() function in webrtc::RtcEventAlrState
46 class RtcEventAlrState; variable
29 class RtcEventAlrState; variable
203 TEST_P(RtcEventLogEncoderTest, RtcEventAlrState) { in TEST_P() argument