Searched defs:uCurrentTS (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
H A DregulatoryDomain.c1353 UINT32 uCurrentTS = os_timeStampMs(pRegulatoryDomain->hOs); local
1363 if (((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToResetCountryMs) &&
1368 __FUNCTION__,(uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS)));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DTrafficMonitor.c69 static void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS);
70 static UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS);
963 uCurrentTS - current TS of the recent event
968 void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS) argument
971 if ( (uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]) < (SIZE_OF_WINDOW_MS) )
979 pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow] = uCurrentTS;
991 uCurrentTS - current TS
995 UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, UINT32 uCurrentTS) argument
997 UINT32 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow];
1007 uTotalTime = uCurrentTS
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DregulatoryDomain.c610 TI_UINT32 uCurrentTS = os_timeStampMs (pRegulatoryDomain->hOs); local
631 if ((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToResetCountryMs)
638 pRegulatoryDomain->uTimeOutToResetCountryMs - (uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS);
1352 TI_UINT32 uCurrentTS = os_timeStampMs(pRegulatoryDomain->hOs); local
1365 if (((uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS) > pRegulatoryDomain->uTimeOutToResetCountryMs) &&
1368 TRACE1(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, ", Reset country code after %d Ms\n",(uCurrentTS - pRegulatoryDomain->uLastCountryReceivedTS));
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DTrafficMonitor.c71 static void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS);
72 static TI_UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS);
972 uCurrentTS - current TS of the recent event
977 void TrafficMonitor_updateBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS) argument
980 if ( (uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]) < (SIZE_OF_WINDOW_MS) )
988 pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow] = uCurrentTS;
1000 uCurrentTS - current TS
1004 TI_UINT32 TrafficMonitor_calcBW(BandWidth_t *pBandWidth, TI_UINT32 uCurrentTS) argument
1006 TI_UINT32 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow];
1016 uTotalTime = uCurrentTS
[all...]

Completed in 282 milliseconds