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

  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
CompLim.h 48 LVM_INT16 Threshold; /* Target threshold */
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 137 int Threshold;
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.c 139 /* Create the base threshold timer that will serve all the down thresholds*/
305 this reset element will be with the same threshold but opposite in direction
338 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold;
507 have to check the that threshold is bigger or smaller according to the direction
533 3.The threshold is bigger or smaller according to the direction
699 DESCRIPTION: Evaluate if alert element as crossed his threshold
702 If the threshold is passed in the req time interval or less. then
715 RETURN: If threshold crossed TI_TRUE else False
728 if (AlertElement->EventCounter > AlertElement->Threshold)
    [all...]
Ctrl.c 188 /* Initialize traffic intensity threshold parameters */
546 /* save last non-protection mode fragmentation threshold */
549 /* set fragmentation threshold to max (disable) */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 135 int Threshold;
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.c 98 /*Create the base threshold timer that will serve all the down thresholds*/
293 this reset element will be with the same threshold but opposite in direction
326 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold;
495 have to check the that threshold is bigger or smaller according to the direction
521 3.The threshold is bigger or smaller according to the direction
690 DESCRIPTION: Evaluate if alert element as crossed his threshold
693 If the threshold is passed in the req time interval or less. then
706 RETURN: If threshold crossed TRUE else False
719 if (AlertElement->EventCounter > AlertElement->Threshold)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 137 int Threshold;
TrafficMonitorAPI.h 91 int Threshold;
TrafficMonitor.c 139 /* Create the base threshold timer that will serve all the down thresholds*/
305 this reset element will be with the same threshold but opposite in direction
338 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold;
507 have to check the that threshold is bigger or smaller according to the direction
533 3.The threshold is bigger or smaller according to the direction
699 DESCRIPTION: Evaluate if alert element as crossed his threshold
702 If the threshold is passed in the req time interval or less. then
715 RETURN: If threshold crossed TI_TRUE else False
728 if (AlertElement->EventCounter > AlertElement->Threshold)
    [all...]
Ctrl.c 188 /* Initialize traffic intensity threshold parameters */
546 /* save last non-protection mode fragmentation threshold */
549 /* set fragmentation threshold to max (disable) */
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 25 ATTRIBUTE MS-Link-Utilization-Threshold 14 integer Microsoft
  /external/chromium/base/
mime_util_linux.cc 87 Threshold
91 type(Threshold),
94 threshold(2) {
100 size_t threshold; // Maximum difference from desired size. 2 by default. member in class:__anon2197::IconTheme::SubDirInfo
291 else if (value == "Threshold")
292 current_info->type = SubDirInfo::Threshold;
297 } else if (key == "Threshold") {
298 current_info->threshold = atoi(value.c_str());
325 if (size >= info->size - info->threshold &&
326 size <= info->size + info->threshold) {
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 224 register threshold in the traffic monitor.
239 tmRegParam.Threshold = pPowerMgrInitParams->BetEnableThreshold;
247 tmRegParam.Threshold = pPowerMgrInitParams->BetDisableThreshold;
281 /* Active threshold */
284 tmRegParam.Threshold = pPowerMgr->autoModeActiveTH;
288 /* Doze threshold */
290 tmRegParam.Threshold = pPowerMgr->autoModeDozeTH;
398 if in auto mode then need to refer to the threshold cross indication from the traffic monitor,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.c 239 register threshold in the traffic monitor.
255 tmRegParam.Threshold = pPowerMgrInitParams->BetEnableThreshold;
263 tmRegParam.Threshold = pPowerMgrInitParams->BetDisableThreshold;
299 /* Active threshold */
302 tmRegParam.Threshold = pPowerMgr->autoModeActiveTH;
306 /* Doze threshold */
308 tmRegParam.Threshold = pPowerMgr->autoModeDozeTH;
405 if in auto mode then need to refer to the threshold cross indication from the traffic monitor,
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr.c 224 register threshold in the traffic monitor.
239 tmRegParam.Threshold = pPowerMgrInitParams->BetEnableThreshold;
247 tmRegParam.Threshold = pPowerMgrInitParams->BetDisableThreshold;
281 /* Active threshold */
284 tmRegParam.Threshold = pPowerMgr->autoModeActiveTH;
288 /* Doze threshold */
290 tmRegParam.Threshold = pPowerMgr->autoModeDozeTH;
398 if in auto mode then need to refer to the threshold cross indication from the traffic monitor,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c 299 /* Initialize traffic intensity threshold parameters */
    [all...]

Completed in 627 milliseconds