Searched refs:time_window (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dtyping_detection.cc70 void TypingDetection::SetParameters(int time_window, argument
76 if (time_window) time_window_ = time_window;
H A Dtyping_detection.h34 void SetParameters(int time_window,
/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);
H A Drate_counter.h22 // Constructs a rate counter over the specified |time_window|.
23 explicit RateCounter(base::TimeDelta time_window);
30 // Note that rates reported before |time_window| has elapsed are not accurate.
40 // Removes data points more than |time_window| older than |current_time|.
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h42 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c24 unsigned int time_window; member in struct:radius_das_data
236 das->time_window) {
350 das->time_window = conf->time_window;
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h42 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c24 unsigned int time_window; member in struct:radius_das_data
236 das->time_window) {
350 das->time_window = conf->time_window;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h42 unsigned int time_window; member in struct:radius_das_conf
H A Dradius_das.c24 unsigned int time_window; member in struct:radius_das_data
236 das->time_window) {
350 das->time_window = conf->time_window;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.h48 int time_window; member in struct:cricket::TypingMonitorOptions
H A Dtypingmonitor.cc47 settings.time_window, settings.cost_per_typing,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h214 virtual void SetTypingDetectionParameters(int time_window, argument
H A Dfakemediaengine.h344 int time_window, int cost_per_typing, int reporting_threshold,
343 SetTypingDetectionParameters( int time_window, int cost_per_typing, int reporting_threshold, int penalty_decay, int type_event_delay) argument
H A Dmediachannel.h1093 virtual void SetTypingDetectionParameters(int time_window,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h360 virtual void SetTypingDetectionParameters(int time_window,
H A Dwebrtcvoiceengine.cc2900 void WebRtcVoiceMediaChannel::SetTypingDetectionParameters(int time_window, argument
2904 time_window, cost_per_typing,
2907 LOG_RTCERR5(SetTypingDetectionParameters, time_window,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c820 das_conf.time_window = conf->radius_das_time_window;
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c820 das_conf.time_window = conf->radius_das_time_window;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c820 das_conf.time_window = conf->radius_das_time_window;

Completed in 373 milliseconds