Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dgenericper.h54 } S_int8STRING; typedef
56 typedef S_int8STRING *PS_int8STRING;
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp286 pUserInputIndication->alphanumeric = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Tsc_UII_Alphanumeric()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4335 S_int8STRING sessionDescription;
4752 S_int8STRING networkAddress;
4753 S_int8STRING subAddress;
5686 S_int8STRING signalType;
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dgenericper.cpp1753 x = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in NewCharString()
Dh245_decoder.cpp4302 x->domainBased = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_CapabilityIdentifier()
4370 x->domainBased = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_ParameterIdentifier()
4717 x->e164Address = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_NetworkAddress()
4793 x->internationalNumber = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_Address()
12008 x->alphanumeric = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_UserInputIndication()