Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp496 fnsIndication.option_of_returnedFunction = 1; in SendFunctionNotSupportedIndication()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5330 uint32 option_of_returnedFunction : member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp8468 PutBoolean(x->option_of_returnedFunction, stream); in Encode_FunctionNotSupported()
8470 if (x->option_of_returnedFunction) in Encode_FunctionNotSupported()
Dh245_deleter.cpp7559 if (x->option_of_returnedFunction) in Delete_FunctionNotSupported()
Dh245_analysis.cpp9203 ShowPERBoolean(tag, indent, "option_of_returnedFunction", x->option_of_returnedFunction); in Analyze_FunctionNotSupported()
9205 if (x->option_of_returnedFunction) in Analyze_FunctionNotSupported()
Dh245_decoder.cpp11314 x->option_of_returnedFunction = GetBoolean(stream); in Decode_FunctionNotSupported()
11316 if (x->option_of_returnedFunction) in Decode_FunctionNotSupported()