Searched refs:source_state_ (Results 1 – 2 of 2) sorted by relevance
51 SourceState state() const override { return source_state_; } in state()60 LocalAudioSource() : source_state_(kInitializing) {} in LocalAudioSource()68 SourceState source_state_; variable
110 source_state_ = kLive; in Initialize()