Home
last modified time | relevance | path

Searched refs:StopPlayingFile (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc280 StopPlayingFile(); in StartPlayingFile()
360 StopPlayingFile(); in StartPlayingFile()
366 int32_t FilePlayerImpl::StopPlayingFile() in StopPlayingFile() function in webrtc::FilePlayerImpl
Dfile_player_impl.h52 virtual int32_t StopPlayingFile();
/external/webrtc/webrtc/modules/utility/include/
Dfile_player.h68 virtual int32_t StopPlayingFile() = 0;
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc247 _filePlayerPtr->StopPlayingFile(); in ~TransmitMixer()
560 _filePlayerPtr->StopPlayingFile(); in StartPlayingFileAsMicrophone()
636 _filePlayerPtr->StopPlayingFile(); in StartPlayingFileAsMicrophone()
659 if (_filePlayerPtr->StopPlayingFile() != 0) in StopPlayingFileAsMicrophone()
Dchannel.cc959 _inputFilePlayerPtr->StopPlayingFile(); in ~Channel()
966 _outputFilePlayerPtr->StopPlayingFile(); in ~Channel()
1893 _outputFilePlayerPtr->StopPlayingFile(); in StartPlayingFileLocally()
1971 _outputFilePlayerPtr->StopPlayingFile(); in StartPlayingFileLocally()
1999 if (_outputFilePlayerPtr->StopPlayingFile() != 0) in StopPlayingFileLocally()
2053 _outputFilePlayerPtr->StopPlayingFile(); in RegisterFilePlayingToMixer()
2120 _inputFilePlayerPtr->StopPlayingFile(); in StartPlayingFileAsMicrophone()
2190 _inputFilePlayerPtr->StopPlayingFile(); in StartPlayingFileAsMicrophone()
2214 if (_inputFilePlayerPtr->StopPlayingFile() != 0) in StopPlayingFileAsMicrophone()