Searched defs:GetCurrentDelay (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/timer/
H A Dmock_timer.cc30 base::TimeDelta MockTimer::GetCurrentDelay() const { function in class:base::MockTimer
H A Dtimer.cc92 TimeDelta Timer::GetCurrentDelay() const { function in class:base::Timer
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.cc157 snd_pcm_sframes_t AlsaPcmInputStream::GetCurrentDelay() { function in class:media::AlsaPcmInputStream
201 static_cast<uint32>(GetCurrentDelay() * params_.GetBytesPerFrame());
H A Dalsa_output.cc358 const uint32 hardware_delay = GetCurrentDelay() * bytes_per_frame_;
448 GetCurrentDelay() > 0) {
563 snd_pcm_sframes_t AlsaPcmOutputStream::GetCurrentDelay() { function in class:media::AlsaPcmOutputStream
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.cc78 int MessagePumpWin::GetCurrentDelay() const { function in class:base::MessagePumpWin
156 int delay_msec = GetCurrentDelay();
268 int delay = GetCurrentDelay();
532 int timeout = GetCurrentDelay();

Completed in 500 milliseconds