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

  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
audio_conference_mixer_defines.h 18 class MixHistory;
37 MixHistory* _mixHistory;
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 33 class MixHistory
36 MixHistory();
37 ~MixHistory();
117 // Update the MixHistory of all MixerParticipants. mixedParticipantsList
audio_conference_mixer_impl.cc 72 : _mixHistory(new MixHistory()) {
83 MixHistory::MixHistory()
87 MixHistory::~MixHistory() {
90 int32_t MixHistory::IsMixed(bool& mixed) const {
95 int32_t MixHistory::WasMixed(bool& wasMixed) const {
101 int32_t MixHistory::SetIsMixed(const bool mixed) {
106 void MixHistory::ResetMixedStatus() {
    [all...]

Completed in 63 milliseconds