Searched refs:rate_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediamonitor.cc | 45 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor() 55 rate_ = milliseconds; in Start() 56 if (rate_ < 100) in Start() 57 rate_ = 100; in Start() 63 rate_ = 0; in Stop() 106 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
|
D | audiomonitor.cc | 52 rate_ = milliseconds; in Start() 53 if (rate_ < 100) in Start() 54 rate_ = 100; in Start() 110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
|
D | audiomonitor.h | 69 uint32 rate_; variable
|
D | mediamonitor.h | 61 uint32 rate_; variable
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | socketmonitor.cc | 53 rate_ = milliseconds; in Start() 54 if (rate_ < 250) in Start() 55 rate_ = 250; in Start() 151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollSocket()
|
D | socketmonitor.h | 85 uint32 rate_; variable
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tts_api.cc | 60 rate_(-1.0), in Utterance() 82 if (util::ReadNumberByKey(options, util::kRateKey, &rate_)) { in Utterance() 83 if (!base::IsFinite(rate_) || rate_ < 0.0 || rate_ > 1.0) in Utterance() 84 rate_ = -1.0; in Utterance()
|
D | extension_tts_api.h | 86 double rate() { return rate_; } in rate() 119 double rate_; variable
|