Searched refs:fileNameUTF8 (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_file_impl.cc | 51 const char fileNameUTF8[1024], in StartPlayingFileLocally() 61 channel, fileNameUTF8, loop, format, volumeScaling, startPointMs, in StartPlayingFileLocally() 76 return channelPtr->StartPlayingFileLocally(fileNameUTF8, loop, format, in StartPlayingFileLocally() 142 const char fileNameUTF8[1024], in StartPlayingFileAsMicrophone() 151 channel, fileNameUTF8, loop, mixWithMicrophone, format, in StartPlayingFileAsMicrophone() 164 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone() 187 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone() 304 const char* fileNameUTF8, in StartRecordingPlayout() argument 310 channel, fileNameUTF8, maxSizeBytes); in StartRecordingPlayout() 318 return _shared->output_mixer()->StartRecordingPlayout(fileNameUTF8, in StartRecordingPlayout() [all …]
|
D | voe_file_impl.h | 24 const char fileNameUTF8[1024], 45 const char fileNameUTF8[1024], 64 const char* fileNameUTF8, 76 int StartRecordingMicrophone(const char* fileNameUTF8,
|
D | voice_engine_impl.cc | 102 int VoiceEngine::SetTraceFile(const char* fileNameUTF8, bool addFileCounter) { in SetTraceFile() argument 103 int ret = Trace::SetTraceFile(fileNameUTF8, addFileCounter); in SetTraceFile() 106 "SetTraceFile(fileNameUTF8=%s, addFileCounter=%d)", fileNameUTF8, in SetTraceFile()
|
D | voe_audio_processing_impl.h | 82 int StartDebugRecording(const char* fileNameUTF8) override;
|
D | voe_audio_processing_impl.cc | 919 int VoEAudioProcessingImpl::StartDebugRecording(const char* fileNameUTF8) { in StartDebugRecording() argument 927 return _shared->audio_processing()->StartDebugRecording(fileNameUTF8); in StartDebugRecording()
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_file.h | 64 const char fileNameUTF8[1024], 91 const char fileNameUTF8[1024], 114 const char* fileNameUTF8, 126 virtual int StartRecordingMicrophone(const char* fileNameUTF8,
|
D | voe_base.h | 79 static int SetTraceFile(const char* fileNameUTF8,
|
D | voe_audio_processing.h | 191 virtual int StartDebugRecording(const char* fileNameUTF8) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 84 MOCK_METHOD1(StartDebugRecording, int(const char* fileNameUTF8)); 174 const char fileNameUTF8[1024], 191 const char fileNameUTF8[1024], 206 const char* fileNameUTF8, 213 int(const char* fileNameUTF8,
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 752 WEBRTC_STUB(StartDebugRecording, (const char* fileNameUTF8));
|