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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.h 55 virtual int32_t StopPlayingFile();
94 virtual int32_t StopPlayingFile();
file_player_impl.cc 293 StopPlayingFile();
373 StopPlayingFile();
379 int32_t FilePlayerImpl::StopPlayingFile()
464 StopPlayingFile();
472 StopPlayingFile();
479 int32_t VideoFilePlayerImpl::StopPlayingFile()
486 return FilePlayerImpl::StopPlayingFile();
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_player.h 69 virtual int32_t StopPlayingFile() = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.cc 241 _filePlayerPtr->StopPlayingFile();
559 _filePlayerPtr->StopPlayingFile();
635 _filePlayerPtr->StopPlayingFile();
661 if (_filePlayerPtr->StopPlayingFile() != 0)
665 "StopPlayingFile() couldnot stop playing file");
    [all...]
channel.cc     [all...]

Completed in 498 milliseconds