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