OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitRecording
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc
36
init_recording_(native_reg->GetMethodId("
initRecording
", "(II)I")),
45
int AudioRecordJni::JavaAudioRecord::
InitRecording
(
128
int32_t AudioRecordJni::
InitRecording
() {
129
ALOGD("
InitRecording
%s", GetThreadInfo().c_str());
133
int frames_per_buffer = j_audio_record_->
InitRecording
(
136
ALOGE("
InitRecording
failed!");
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
119
//
InitRecording
122
int32_t AudioDeviceBuffer::
InitRecording
()
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
64
int32_t AudioDeviceDummy::
InitRecording
() { return -1; }
file_audio_device.cc
167
int32_t FileAudioDevice::
InitRecording
() {
460
// InitPlayout and
InitRecording
later.
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
62
virtual int32_t
InitRecording
() { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
220
int32_t FakeAudioCaptureModule::
InitRecording
() {
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
144
// InitPlayout and
InitRecording
later.
593
if (
InitRecording
() == 0)
605
InitRecording
();
990
int32_t res =
InitRecording
();
1166
int32_t AudioDeviceLinuxALSA::
InitRecording
()
1218
"
InitRecording
open (%s)", deviceName);
[
all
...]
audio_device_pulse_linux.cc
148
// InitPlayout and
InitRecording
later.
1091
int32_t res =
InitRecording
();
1226
int32_t AudioDeviceLinuxPulse::
InitRecording
()
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
657
// InitPlayout and
InitRecording
later.
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1030
if (
InitRecording
() == -1) {
1034
// We destroy the IOProc created by
InitRecording
() in implInDeviceIOProc().
[
all
...]
Completed in 81 milliseconds