Home
last modified time | relevance | path

Searched refs:currentInterval (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4646 uint16 currentInterval; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp7409 PutInteger(0, 65535, (uint32)x->currentInterval, stream); in Encode_RespMaximumHeaderInterval()
Dh245_analysis.cpp8008 ShowPERInteger(tag, indent, "currentInterval", (int32)x->currentInterval); in Analyze_RespMaximumHeaderInterval()
Dh245_decoder.cpp9912 x->currentInterval = (uint16) GetInteger(0, 65535, stream); in Decode_RespMaximumHeaderInterval()