Home
last modified time | relevance | path

Searched refs:PS_SignalUpdate (Results 1 – 9 of 9) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h402 void Delete_SignalUpdate(PS_SignalUpdate x);
Dh245_decoder.h400 void Decode_SignalUpdate(PS_SignalUpdate x, PS_InStream stream);
Dh245_encoder.h400 void Encode_SignalUpdate(PS_SignalUpdate x, PS_OutStream stream);
Dh245_analysis.h399 void Analyze_SignalUpdate(PS_SignalUpdate x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5661 typedef S_SignalUpdate *PS_SignalUpdate; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp8053 void Delete_SignalUpdate(PS_SignalUpdate x) in Delete_SignalUpdate()
Dh245_decoder.cpp12028 x->signalUpdate = (PS_SignalUpdate) OSCL_DEFAULT_MALLOC(sizeof(S_SignalUpdate)); in Decode_UserInputIndication()
12041 void Decode_SignalUpdate(PS_SignalUpdate x, PS_InStream stream) in Decode_SignalUpdate()
Dh245_encoder.cpp9004 void Encode_SignalUpdate(PS_SignalUpdate x, PS_OutStream stream) in Encode_SignalUpdate()
Dh245_analysis.cpp9790 void Analyze_SignalUpdate(PS_SignalUpdate x, const char* label, uint16 tag, uint16 indent) in Analyze_SignalUpdate()