/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device_defines.h | 49 virtual int32_t RecordedDataIsAvailable(const void* audioSamples,
|
/external/webrtc/webrtc/modules/audio_device/test/ |
func_test_manager.h | 88 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
audio_device_test_api.cc | 85 int32_t RecordedDataIsAvailable(const void* audioSamples, [all...] |
func_test_manager.cc | 193 int32_t AudioTransportImpl::RecordedDataIsAvailable( [all...] |
/external/webrtc/webrtc/test/ |
fake_audio_device.cc | 99 audio_callback_->RecordedDataIsAvailable(captured_audio_,
|
/external/webrtc/webrtc/voice_engine/ |
voe_base_impl.h | 57 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
voe_base_impl.cc | 82 int32_t VoEBaseImpl::RecordedDataIsAvailable(const void* audioSamples,
|
/external/webrtc/talk/app/webrtc/test/ |
fakeaudiocapturemodule_unittest.cc | 58 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
fakeaudiocapturemodule.cc | 733 if (audio_callback_->RecordedDataIsAvailable(send_buffer_, kNumberSamples,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_device_unittest.cc | 369 // (RecordedDataIsAvailable and NeedMorePlayData) to different implementations 382 MOCK_METHOD10(RecordedDataIsAvailable, 417 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) 875 // audio samples via the RecordedDataIsAvailable callback. 879 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), [all...] |
/external/webrtc/webrtc/modules/audio_device/ |
audio_device_buffer.cc | 199 // Note that, the nChannel parameter in RecordedDataIsAvailable will be 464 res = _ptrCbAudioTransport->RecordedDataIsAvailable(&_recBuffer[0],
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.h | 192 static OSStatus RecordedDataIsAvailable(
|
audio_device_unittest_ios.cc | 359 // (RecordedDataIsAvailable and NeedMorePlayData) to different implementations 372 MOCK_METHOD10(RecordedDataIsAvailable, 407 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) 715 // audio samples via the RecordedDataIsAvailable callback. 720 RecordedDataIsAvailable( 742 RecordedDataIsAvailable( [all...] |
audio_device_ios.mm | [all...] |