HomeSort by relevance Sort by last modified time
    Searched refs:MixHistory (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer_defines.h 18 class MixHistory;
38 MixHistory* _mixHistory;
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 32 class MixHistory
35 MixHistory();
36 ~MixHistory();
111 // Update the MixHistory of all MixerParticipants. mixedParticipantsList
audio_conference_mixer_impl.cc 66 : _mixHistory(new MixHistory()) {
77 MixHistory::MixHistory()
81 MixHistory::~MixHistory() {
84 bool MixHistory::IsMixed() const {
88 bool MixHistory::WasMixed() const {
94 int32_t MixHistory::SetIsMixed(const bool mixed) {
99 void MixHistory::ResetMixedStatus() {
    [all...]

Completed in 39 milliseconds