Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:Threshold

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,
840 TRACE1(pPowerMgr->hReport, REPORT_SEVERITY_INFORMATION, "PowerMgrTMThresholdCrossCB - TM notified threshold crossed, cookie: %d\n", cookie);
851 /* threshold crossed down - need to enter configured doze mode */
872 to stop sending indications on threshold pass.
900 to start sending indications on threshold pass.