Home
last modified time | relevance | path

Searched refs:totalCCSRLChunksSent (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h124 totalCCSRLChunksSent(0), in SRPStats()
151 totalCCSRLChunksSent = 0; in Reset()
177 totalCCSRLChunksSent = a.totalCCSRLChunksSent;
202 uint32 totalCCSRLChunksSent; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp397 …iLogger, PVLOGMSG_STATISTIC, (0x40000020, "CCSRL chunks sent %d", tempStats.totalCCSRLChunksSent)); in SrpStop()
962 iStats.totalCCSRLChunksSent++; in SrpCommandCreate()
2337 if (iStats.totalCCSRLChunksSent > 0) in SrpGetStats()
2339 iStats.aveRespTime = iTotalRespTime / iStats.totalCCSRLChunksSent; in SrpGetStats()