/external/webrtc/audio/ |
D | audio_state_unittest.cc | 147 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST() 203 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST() 238 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST()
|
D | audio_transport_impl.h | 35 int32_t RecordedDataIsAvailable(const void* audioSamples,
|
D | audio_transport_impl.cc | 96 int32_t AudioTransportImpl::RecordedDataIsAvailable( in RecordedDataIsAvailable() function in webrtc::AudioTransportImpl
|
/external/webrtc/modules/audio_device/include/ |
D | mock_audio_transport.h | 26 RecordedDataIsAvailable,
|
D | audio_device_defines.h | 37 virtual int32_t RecordedDataIsAvailable(const void* audioSamples,
|
D | test_audio_device.cc | 164 audio_callback_->RecordedDataIsAvailable( in ProcessAudio()
|
/external/webrtc/modules/audio_device/ |
D | audio_device_unittest.cc | 354 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) in HandleCallbacks() 1020 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), _, _, _, _, Ge(0u), 0, _, in TEST_P() 1046 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), _, _, _, _, Ge(0u), 0, _, in TEST_P() 1098 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), _, _, _, _, Ge(0u), 0, _, in TEST_P() 1116 EXPECT_CALL(mock, RecordedDataIsAvailable(NotNull(), _, _, _, _, Ge(0u), 0, _, in TEST_P()
|
D | audio_device_data_observer.cc | 49 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in webrtc::__anon6f60d37b0111::ADMWrapper 68 res = audio_transport_->RecordedDataIsAvailable( in RecordedDataIsAvailable()
|
D | audio_device_buffer.cc | 271 int32_t res = audio_transport_cb_->RecordedDataIsAvailable( in DeliverRecordedData()
|
/external/webrtc/pc/test/ |
D | fake_audio_capture_module_unittest.cc | 38 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in FakeAdmTest
|
D | fake_audio_capture_module.cc | 532 if (audio_callback_->RecordedDataIsAvailable( in SendFrameP()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCAudioDeviceModule_xctest.mm | 72 int32_t RecordedDataIsAvailable(const void* audioSamples, 353 // audio samples via the RecordedDataIsAvailable callback. 356 [self expectationWithDescription:@"RecordedDataIsAvailable"]; 397 [self expectationWithDescription:@"RecordedDataIsAvailable"];
|
/external/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 383 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) in HandleCallbacks() 893 mock, RecordedDataIsAvailable(NotNull(), record_frames_per_10ms_buffer(), in TEST_F() 914 mock, RecordedDataIsAvailable(NotNull(), record_frames_per_10ms_buffer(), in TEST_F()
|
/external/webrtc/sdk/android/native_unittests/audio_device/ |
D | audio_device_unittest.cc | 380 ON_CALL(*this, RecordedDataIsAvailable(_, _, _, _, _, _, _, _, _, _)) in HandleCallbacks() 894 mock, RecordedDataIsAvailable(NotNull(), record_frames_per_10ms_buffer(), in TEST_F() 915 mock, RecordedDataIsAvailable(NotNull(), record_frames_per_10ms_buffer(), in TEST_F()
|