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

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.cc 48 _playFile(*FileWrapper::Create()),
77 _playFile.Flush();
78 _playFile.CloseFile();
79 delete &_playFile;
354 _playFile.Flush();
355 _playFile.CloseFile();
357 return (_playFile.OpenFile(fileName, false, false, false));
370 _playFile.Flush();
371 _playFile.CloseFile();
588 if (_playFile.Open()
    [all...]
audio_device_buffer.h 109 FileWrapper& _playFile;
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 203 FileWrapper& _playFile;
func_test_manager.cc 95 _playFile(*FileWrapper::Create()),
104 _playFile.Flush();
105 _playFile.CloseFile();
106 delete &_playFile;
123 return (_playFile.OpenFile(fileName, true, true, false));
126 _playFile.Flush();
127 return (_playFile.CloseFile());
422 if (_playFromFile && _playFile.Open())
427 int32_t len = _playFile.Read((int8_t*) fileBuf, 2
431 _playFile.Rewind()
    [all...]

Completed in 80 milliseconds