Home
last modified time | relevance | path

Searched refs:SetOutputFilePlaying (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel.cc777 channel_state_.SetOutputFilePlaying(false); in PlayFileEnded()
1899 channel_state_.SetOutputFilePlaying(true); in StartPlayingFileLocally()
1977 channel_state_.SetOutputFilePlaying(true); in StartPlayingFileLocally()
2009 channel_state_.SetOutputFilePlaying(false); in StopPlayingFileLocally()
2048 channel_state_.SetOutputFilePlaying(false); in RegisterFilePlayingToMixer()
Dchannel.h130 void SetOutputFilePlaying(bool enable) { in SetOutputFilePlaying() function