Home
last modified time | relevance | path

Searched refs:PS_InStream (Results 1 – 7 of 7) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_decoder.h30 void Decode_MultimediaSystemControlMessage(PS_MultimediaSystemControlMessage x, PS_InStream stream);
31 void Decode_RequestMessage(PS_RequestMessage x, PS_InStream stream);
32 void Decode_ResponseMessage(PS_ResponseMessage x, PS_InStream stream);
33 void Decode_CommandMessage(PS_CommandMessage x, PS_InStream stream);
34 void Decode_IndicationMessage(PS_IndicationMessage x, PS_InStream stream);
35 void Decode_GenericInformation(PS_GenericInformation x, PS_InStream stream);
36 void Decode_NonStandardMessage(PS_NonStandardMessage x, PS_InStream stream);
37 void Decode_NonStandardParameter(PS_NonStandardParameter x, PS_InStream stream);
38 void Decode_NonStandardIdentifier(PS_NonStandardIdentifier x, PS_InStream stream);
39 void Decode_H221NonStandard(PS_H221NonStandard x, PS_InStream stream);
[all …]
Dgenericper.h81 typedef S_InStream *PS_InStream; typedef
98 uint8 ReadBits(uint32 number, PS_InStream stream);
99 void ReadRemainingBits(PS_InStream stream);
100 void ReadOctets(uint32 number, uint8* octets, uint8 reorder, PS_InStream stream);
103 uint8 GetBoolean(PS_InStream stream);
104 uint32 GetInteger(uint32 lower, uint32 upper, PS_InStream stream);
105 int32 GetSignedInteger(int32 lower, int32 upper, PS_InStream stream);
106 uint32 GetUnboundedInteger(PS_InStream stream);
107 uint32 GetExtendedInteger(uint32 lower, uint32 upper, PS_InStream stream);
109 PS_OCTETSTRING x, PS_InStream stream);
[all …]
Dper.h71 void RequestMessage_decode(uint8* *, uint8*, PS_InStream);
72 void ResponseMessage_decode(uint8* *, uint8*, PS_InStream);
73 void CommandMessage_decode(uint8* *, uint8*, PS_InStream);
74 void IndicationMessage_decode(uint8* *, uint8*, PS_InStream);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_decoder.cpp36 void Decode_MultimediaSystemControlMessage(PS_MultimediaSystemControlMessage x, PS_InStream stream) in Decode_MultimediaSystemControlMessage()
69 void Decode_RequestMessage(PS_RequestMessage x, PS_InStream stream) in Decode_RequestMessage()
154 void Decode_ResponseMessage(PS_ResponseMessage x, PS_InStream stream) in Decode_ResponseMessage()
277 void Decode_CommandMessage(PS_CommandMessage x, PS_InStream stream) in Decode_CommandMessage()
346 void Decode_IndicationMessage(PS_IndicationMessage x, PS_InStream stream) in Decode_IndicationMessage()
467 void Decode_GenericInformation(PS_GenericInformation x, PS_InStream stream) in Decode_GenericInformation()
507 void Decode_NonStandardMessage(PS_NonStandardMessage x, PS_InStream stream) in Decode_NonStandardMessage()
530 void Decode_NonStandardParameter(PS_NonStandardParameter x, PS_InStream stream) in Decode_NonStandardParameter()
539 void Decode_NonStandardIdentifier(PS_NonStandardIdentifier x, PS_InStream stream) in Decode_NonStandardIdentifier()
560 void Decode_H221NonStandard(PS_H221NonStandard x, PS_InStream stream) in Decode_H221NonStandard()
[all …]
Dh245_copier.cpp52 PS_InStream instream; in Copy_DataType()
83 PS_InStream instream; in Copy_H223LogicalChannelParameters()
114 PS_InStream instream; in Copy_MultiplexEntryDescriptor()
145 PS_InStream instream; in Copy_ForwardLogicalChannelParameters()
176 PS_InStream instream; in Copy_ReverseLogicalChannelParameters()
201 PS_InStream instream; in Copy_TerminalCapabilitySet()
Dgenericper.cpp98 uint8 ReadBits(uint32 number, PS_InStream stream) in ReadBits()
139 void ReadRemainingBits(PS_InStream stream) in ReadRemainingBits()
158 void ReadOctets(uint32 number, uint8* octets, uint8 reorder, PS_InStream stream) in ReadOctets()
209 uint8 GetBoolean(PS_InStream stream) in GetBoolean()
222 uint32 GetInteger(uint32 lower, uint32 upper, PS_InStream stream) in GetInteger()
282 int32 GetSignedInteger(int32 lower, int32 upper, PS_InStream stream) in GetSignedInteger()
341 uint32 GetUnboundedInteger(PS_InStream stream) in GetUnboundedInteger()
367 uint32 GetExtendedInteger(uint32 lower, uint32 upper, PS_InStream stream) in GetExtendedInteger()
392 PS_OCTETSTRING x, PS_InStream stream) in GetOctetString()
464 PS_BITSTRING x, PS_InStream stream) in GetBitString()
[all …]
Dper.cpp770 PS_InStream stream; in MultiSysCtrlMessage_decode()
772 stream = (PS_InStream) OSCL_DEFAULT_MALLOC(sizeof(S_InStream)); in MultiSysCtrlMessage_decode()
807 void PER::RequestMessage_decode(uint8* *ppDataOut, uint8* pType2, PS_InStream stream) in RequestMessage_decode()
893 void PER::ResponseMessage_decode(uint8* *ppDataOut, uint8* pType2, PS_InStream stream) in ResponseMessage_decode()
1017 void PER::CommandMessage_decode(uint8* *ppDataOut, uint8* pType2, PS_InStream stream) in CommandMessage_decode()
1087 void PER::IndicationMessage_decode(uint8* *ppDataOut, uint8* pType2, PS_InStream stream) in IndicationMessage_decode()