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

  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_unittest.cc 46 ASSERT_EQ(0, media_file_->StopPlaying());
media_file_impl.cc 64 StopPlaying();
155 StopPlaying();
247 StopPlaying();
307 StopPlaying();
347 StopPlaying();
523 StopPlaying();
544 StopPlaying();
557 StopPlaying();
577 StopPlaying();
594 StopPlaying();
    [all...]
media_file_impl.h 55 int32_t StopPlaying();
109 // StopPlaying() is called. When end of file is reached the file is read
132 // StopPlaying() is called. When end of file is reached the file is read
  /external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h 70 // StopPlaying() is called. When end of file is reached the file is read
89 // allowed). If loop is true the file will be played until StopPlaying() is
118 virtual int32_t StopPlaying() = 0;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 384 return _fileModule.StopPlaying();

Completed in 68 milliseconds