OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileRecorderImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.cc
21
return new
FileRecorderImpl
(instanceID, fileFormat);
29
FileRecorderImpl
::
FileRecorderImpl
(uint32_t instanceID,
41
FileRecorderImpl
::~
FileRecorderImpl
()
46
FileFormats
FileRecorderImpl
::RecordingFileFormat() const
51
int32_t
FileRecorderImpl
::RegisterModuleFileCallback(
61
int32_t
FileRecorderImpl
::StartRecordingAudioFile(
93
int32_t
FileRecorderImpl
::StartRecordingAudioFile(
121
int32_t
FileRecorderImpl
::StopRecording(
[
all
...]
file_recorder_impl.h
41
class
FileRecorderImpl
: public FileRecorder
44
FileRecorderImpl
(uint32_t instanceID, FileFormats fileFormat);
45
virtual ~
FileRecorderImpl
();
Completed in 36 milliseconds