Home
last modified time | relevance | path

Searched refs:RecordedDataIsAvailable (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/audio/
Daudio_state_unittest.cc147 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST()
203 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST()
238 audio_state->audio_transport()->RecordedDataIsAvailable( in TEST()
Daudio_transport_impl.h35 int32_t RecordedDataIsAvailable(const void* audioSamples,
Daudio_transport_impl.cc96 int32_t AudioTransportImpl::RecordedDataIsAvailable( in RecordedDataIsAvailable() function in webrtc::AudioTransportImpl
/external/webrtc/modules/audio_device/include/
Dmock_audio_transport.h26 RecordedDataIsAvailable,
Daudio_device_defines.h37 virtual int32_t RecordedDataIsAvailable(const void* audioSamples,
Dtest_audio_device.cc164 audio_callback_->RecordedDataIsAvailable( in ProcessAudio()
/external/webrtc/modules/audio_device/
Daudio_device_unittest.cc354 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()
Daudio_device_data_observer.cc49 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in webrtc::__anon6f60d37b0111::ADMWrapper
68 res = audio_transport_->RecordedDataIsAvailable( in RecordedDataIsAvailable()
Daudio_device_buffer.cc271 int32_t res = audio_transport_cb_->RecordedDataIsAvailable( in DeliverRecordedData()
/external/webrtc/pc/test/
Dfake_audio_capture_module_unittest.cc38 int32_t RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable() function in FakeAdmTest
Dfake_audio_capture_module.cc532 if (audio_callback_->RecordedDataIsAvailable( in SendFrameP()
/external/webrtc/sdk/objc/unittests/
DRTCAudioDeviceModule_xctest.mm72 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/
Daudio_device_unittest.cc383 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/
Daudio_device_unittest.cc380 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()