HomeSort by relevance Sort by last modified time
    Searched refs:NeedMorePlayData (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 60 virtual int32_t NeedMorePlayData(const size_t nSamples,
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 99 int32_t NeedMorePlayData(const size_t nSamples,
audio_device_test_api.cc 111 int32_t NeedMorePlayData(const size_t nSamples,
    [all...]
func_test_manager.cc 339 int32_t AudioTransportImpl::NeedMorePlayData(
    [all...]
  /external/webrtc/webrtc/test/
fake_audio_device.cc 121 audio_callback_->NeedMorePlayData(samples_needed,
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.h 67 int32_t NeedMorePlayData(const size_t nSamples,
voe_base_impl.cc 98 int32_t VoEBaseImpl::NeedMorePlayData(const size_t nSamples,
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 83 int32_t NeedMorePlayData(const size_t nSamples,
fakeaudiocapturemodule.cc 704 if (audio_callback_->NeedMorePlayData(kNumberSamples, kNumberBytesPerSample,
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 359 // (RecordedDataIsAvailable and NeedMorePlayData) to different implementations
383 MOCK_METHOD8(NeedMorePlayData,
402 ON_CALL(*this, NeedMorePlayData(_, _, _, _, _, _, _, _))
662 mock, NeedMorePlayData(playout_frames_per_10ms_buffer(), kBytesPerSample,
684 mock2, NeedMorePlayData(playout_frames_per_10ms_buffer(), kBytesPerSample,
700 // audio samples to play out using the NeedMorePlayData callback.
704 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(),
737 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(),
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 369 // (RecordedDataIsAvailable and NeedMorePlayData) to different implementations
393 MOCK_METHOD8(NeedMorePlayData,
412 ON_CALL(*this, NeedMorePlayData(_, _, _, _, _, _, _, _))
857 // audio samples to play out using the NeedMorePlayData callback.
861 EXPECT_CALL(mock, NeedMorePlayData(playout_frames_per_10ms_buffer(),
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc 539 res = _ptrCbAudioTransport->NeedMorePlayData(_playSamples,
549 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "NeedMorePlayData() failed");

Completed in 105 milliseconds