Home | Sort by relevance Sort by last modified time |
/external/webrtc/webrtc/voice_engine/ | |
channel.h | 91 output_file_playing(false), 99 bool output_file_playing; member in struct:webrtc::voe::ChannelState::State 132 state_.output_file_playing = enable; |
channel.cc | 615 if (state.output_file_playing) 705 if (channel_state_.Get().output_file_playing) [all...] |