Searched refs:GetChoiceIndex (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_decoder.cpp | 38 x->index = GetChoiceIndex(4, 1, stream); in Decode_MultimediaSystemControlMessage() 71 x->index = GetChoiceIndex(11, 1, stream); in Decode_RequestMessage() 156 x->index = GetChoiceIndex(19, 1, stream); in Decode_ResponseMessage() 279 x->index = GetChoiceIndex(7, 1, stream); in Decode_CommandMessage() 348 x->index = GetChoiceIndex(14, 1, stream); in Decode_IndicationMessage() 541 x->index = GetChoiceIndex(2, 0, stream); in Decode_NonStandardIdentifier() 619 x->index = GetChoiceIndex(2, 0, stream); in Decode_Decision() 661 x->index = GetChoiceIndex(1, 1, stream); in Decode_MsdRejectCause() 865 x->index = GetChoiceIndex(4, 1, stream); in Decode_TcsRejectCause() 895 x->index = GetChoiceIndex(2, 0, stream); in Decode_TableEntryCapacityExceeded() [all …]
|
D | per.cpp | 775 *pType1 = (uint8)GetChoiceIndex(4, 1, stream); in MultiSysCtrlMessage_decode() 809 *pType2 = (uint8)GetChoiceIndex(11, 1, stream); in RequestMessage_decode() 895 *pType2 = (uint8) GetChoiceIndex(19, 1, stream); in ResponseMessage_decode() 1019 *pType2 = (uint8) GetChoiceIndex(7, 1, stream); in CommandMessage_decode() 1089 *pType2 = (uint8)GetChoiceIndex(14, 1, stream); in IndicationMessage_decode()
|
D | genericper.cpp | 734 uint16 GetChoiceIndex(uint32 rootnum, uint8 extmarker, PS_InStream stream) in GetChoiceIndex() function
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | genericper.h | 130 uint16 GetChoiceIndex(uint32 rootnum, uint8 extmarker, PS_InStream stream);
|