/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 383 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/ |
D | fake_audio_device.cc | 121 audio_callback_->NeedMorePlayData(samples_needed, in CaptureAudio()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 393 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/ |
D | audio_device_defines.h | 60 virtual int32_t NeedMorePlayData(const size_t nSamples,
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 99 int32_t NeedMorePlayData(const size_t nSamples,
|
D | func_test_manager.cc | 339 int32_t AudioTransportImpl::NeedMorePlayData( in NeedMorePlayData() function in webrtc::AudioTransportImpl
|
D | audio_device_test_api.cc | 111 int32_t NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in AudioTransportAPI
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.h | 67 int32_t NeedMorePlayData(const size_t nSamples,
|
D | voe_base_impl.cc | 98 int32_t VoEBaseImpl::NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in webrtc::VoEBaseImpl
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule_unittest.cc | 83 int32_t NeedMorePlayData(const size_t nSamples, in NeedMorePlayData() function in FakeAdmTest
|
D | fakeaudiocapturemodule.cc | 704 if (audio_callback_->NeedMorePlayData(kNumberSamples, kNumberBytesPerSample, in ReceiveFrameP()
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_buffer.cc | 539 res = _ptrCbAudioTransport->NeedMorePlayData(_playSamples, in RequestPlayoutData()
|