Home
last modified time | relevance | path

Searched refs:iVersionNumberLen (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp105 if (iVersionNumberLen) in Tsc_IdcVi()
109 (uint16)iVersionNumberLen; in Tsc_IdcVi()
111 (uint8*)OSCL_DEFAULT_MALLOC(iVersionNumberLen); in Tsc_IdcVi()
113 iVersionNumber, iVersionNumberLen); in Tsc_IdcVi()
Dtscmain.cpp1221 iVersionNumberLen = vn_len; in SetVendorIdInfo()
1234 if (iVersionNumberLen) in SetVendorIdInfo()
1236 iVersionNumber = (uint8*)OSCL_DEFAULT_MALLOC(iVersionNumberLen); in SetVendorIdInfo()
1237 oscl_memcpy(iVersionNumber, vn, iVersionNumberLen); in SetVendorIdInfo()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp315 iVersionNumber(NULL), iVersionNumberLen(0) in TPVVendorIdentification()
337 iVersionNumberLen = vn_len; in TPVVendorIdentification()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h559 uint32 iVersionNumberLen; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h648 uint16 iVersionNumberLen; variable