/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 372 MOCK_METHOD10(RecordedDataIsAvailable, 407 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) in HandleCallbacks() 720 RecordedDataIsAvailable( in TEST_F() 742 RecordedDataIsAvailable( in TEST_F()
|
D | audio_device_ios.h | 192 static OSStatus RecordedDataIsAvailable(
|
D | audio_device_ios.mm | 876 input_callback.inputProc = RecordedDataIsAvailable; 1014 OSStatus AudioDeviceIOS::RecordedDataIsAvailable(
|
/external/webrtc/webrtc/test/ |
D | fake_audio_device.cc | 99 audio_callback_->RecordedDataIsAvailable(captured_audio_, in CaptureAudio()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 382 MOCK_METHOD10(RecordedDataIsAvailable, 417 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) in HandleCallbacks() 879 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), in TEST_F() 910 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), in TEST_F()
|
/external/webrtc/webrtc/modules/audio_device/include/ |
D | audio_device_defines.h | 49 virtual int32_t RecordedDataIsAvailable(const void* audioSamples,
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 88 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
D | func_test_manager.cc | 193 int32_t AudioTransportImpl::RecordedDataIsAvailable( in RecordedDataIsAvailable() function in webrtc::AudioTransportImpl
|
D | audio_device_test_api.cc | 85 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in AudioTransportAPI
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.h | 57 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
D | voe_base_impl.cc | 82 int32_t VoEBaseImpl::RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in webrtc::VoEBaseImpl
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule_unittest.cc | 58 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in FakeAdmTest
|
D | fakeaudiocapturemodule.cc | 733 if (audio_callback_->RecordedDataIsAvailable(send_buffer_, kNumberSamples, in SendFrameP()
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_buffer.cc | 464 res = _ptrCbAudioTransport->RecordedDataIsAvailable(&_recBuffer[0], in DeliverRecordedData()
|