Searched refs:_inputFile (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/dummy/
H A Dfile_audio_device.cc42 _inputFile(*FileWrapper::Create()),
54 if (_inputFile.Open()) {
55 _inputFile.Flush();
56 _inputFile.CloseFile();
58 delete &_inputFile;
260 if (!_inputFilename.empty() && _inputFile.OpenFile(
521 if (_inputFile.Open()) {
522 if (_inputFile.Read(_recordingBuffer, kRecordingBufferSize) > 0) {
526 _inputFile.Rewind();
H A Dfile_audio_device.h194 FileWrapper& _inputFile; member in class:webrtc::FileAudioDevice

Completed in 106 milliseconds