Searched defs:time_window (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/remoting/base/
H A Drate_counter.cc11 RateCounter::RateCounter(base::TimeDelta time_window) argument
12 : time_window_(time_window),
14 DCHECK_GT(time_window.InMilliseconds(), 0);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.h48 int time_window; member in struct:cricket::TypingMonitorOptions
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h35 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c27 unsigned int time_window; member in struct:radius_das_data
203 if (abs(now.sec - timestamp) > das->time_window) {
317 das->time_window = conf->time_window;
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h35 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c27 unsigned int time_window; member in struct:radius_das_data
203 if (abs(now.sec - timestamp) > das->time_window) {
317 das->time_window = conf->time_window;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h35 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c27 unsigned int time_window; member in struct:radius_das_data
203 if (abs(now.sec - timestamp) > das->time_window) {
317 das->time_window = conf->time_window;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h215 virtual void SetTypingDetectionParameters(int time_window, argument
H A Dfakemediaengine.h342 int time_window, int cost_per_typing, int reporting_threshold,
341 SetTypingDetectionParameters( int time_window, int cost_per_typing, int reporting_threshold, int penalty_decay, int type_event_delay) argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2625 void WebRtcVoiceMediaChannel::SetTypingDetectionParameters(int time_window, argument
2629 time_window, cost_per_typing,
2632 LOG_RTCERR5(SetTypingDetectionParameters, time_window,

Completed in 848 milliseconds