Home
last modified time | relevance | path

Searched refs:vn_len (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp321 uint8* vn, uint16 vn_len) in TPVVendorIdentification() argument
333 if (vn_len) in TPVVendorIdentification()
335 iVersionNumber = (uint8*)OSCL_DEFAULT_MALLOC(vn_len); in TPVVendorIdentification()
336 oscl_memcpy(iVersionNumber, vn, vn_len); in TPVVendorIdentification()
337 iVersionNumberLen = vn_len; in TPVVendorIdentification()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h157 …endorId(TPVH245Vendor* vendor, const uint8* pn, uint16 pn_len, const uint8* vn, uint16 vn_len) = 0;
284 …endorIdInfo(TPVH245Vendor* vendor, const uint8* pn, uint16 pn_len, const uint8* vn, uint16 vn_len);
Dtsc_h324m_config.h104 …ingVendorId(TPVH245Vendor* vendor, const uint8* pn, uint16 pn_len, const uint8* vn, uint16 vn_len);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp1190 uint16 vn_len) in SetVendorIdInfo() argument
1193 … (0, "TSC_324m::SetVendorIdInfo vendor(%x), pn_len(%d), vn_len(%d)", vendor, pn_len, vn_len)); in SetVendorIdInfo()
1199 if (vn && vn_len && (vn[vn_len-1] == '\0')) in SetVendorIdInfo()
1221 iVersionNumberLen = vn_len; in SetVendorIdInfo()
Dtsc_h324m_config.cpp939 const uint8* vn, uint16 vn_len) in IncomingVendorId() argument
945 OSCL_UNUSED_ARG(vn_len); in IncomingVendorId()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h642 uint8* vn, uint16 vn_len);