Home
last modified time | relevance | path

Searched refs:NeedMorePlayData (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc383 MOCK_METHOD8(NeedMorePlayData,
402 ON_CALL(*this, NeedMorePlayData(_, _, _, _, _, _, _, _)) in HandleCallbacks()
662 mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), kBytesPerSample, in TEST_F()
684 mock2, NeedMorePlayData(playout_frames_per_10ms_buffer(), kBytesPerSample, in TEST_F()
704 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), in TEST_F()
737 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), in TEST_F()
/external/webrtc/webrtc/test/
Dfake_audio_device.cc121 audio_callback_->NeedMorePlayData(samples_needed, in CaptureAudio()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc393 MOCK_METHOD8(NeedMorePlayData,
412 ON_CALL(*this, NeedMorePlayData(_, _, _, _, _, _, _, _)) in HandleCallbacks()
861 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), in TEST_F()
903 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), in TEST_F()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h60 virtual int32_t NeedMorePlayData(const size_t nSamples,
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h99 int32_t NeedMorePlayData(const size_t nSamples,
Dfunc_test_manager.cc339 int32_t AudioTransportImpl::NeedMorePlayData( in NeedMorePlayData() function in webrtc::AudioTransportImpl
Daudio_device_test_api.cc111 int32_t NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in AudioTransportAPI
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h67 int32_t NeedMorePlayData(const size_t nSamples,
Dvoe_base_impl.cc98 int32_t VoEBaseImpl::NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in webrtc::VoEBaseImpl
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule_unittest.cc83 int32_t NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in FakeAdmTest
Dfakeaudiocapturemodule.cc704 if (audio_callback_->NeedMorePlayData(kNumberSamples, kNumberBytesPerSample, in ReceiveFrameP()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc539 res = _ptrCbAudioTransport->NeedMorePlayData(_playSamples, in RequestPlayoutData()