Searched refs:associatedSessionID (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 4283 uint8 associatedSessionID; member 4333 uint8 associatedSessionID; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 4274 PutInteger(1, 255, (uint32)x->associatedSessionID, stream); in Encode_H2250LogicalChannelParameters() 6716 PutInteger(1, 255, (uint32)x->associatedSessionID, stream); in Encode_CommunicationModeTableEntry()
|
D | h245_analysis.cpp | 4555 ShowPERInteger(tag, indent, "associatedSessionID", (int32)x->associatedSessionID); in Analyze_H2250LogicalChannelParameters() 7235 ShowPERInteger(tag, indent, "associatedSessionID", (int32)x->associatedSessionID); in Analyze_CommunicationModeTableEntry()
|
D | h245_decoder.cpp | 5668 x->associatedSessionID = (uint8) GetInteger(1, 255, stream); in Decode_H2250LogicalChannelParameters() 8941 x->associatedSessionID = (uint8) GetInteger(1, 255, stream); in Decode_CommunicationModeTableEntry()
|