Searched refs:resourceID (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 2453 uint16 resourceID; member 4945 uint16 resourceID; member 5238 uint16 resourceID; member 5436 uint16 resourceID; member 5561 uint16 resourceID; member 5730 uint16 resourceID; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 3693 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_H222LogicalChannelParameters() 7849 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_FccScope() 8260 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_NewATMVCCommand() 8702 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_JiScope() 8784 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_NewATMVCIndication() 9146 PutInteger(0, 65535, (uint32)x->resourceID, stream); in Encode_FciScope()
|
D | h245_analysis.cpp | 3928 ShowPERInteger(tag, indent, "resourceID", (int32)x->resourceID); in Analyze_H222LogicalChannelParameters() 8514 ShowPERInteger(tag, indent, "resourceID", (uint32)x->resourceID); in Analyze_FccScope() 8969 ShowPERInteger(tag, indent, "resourceID", (int32)x->resourceID); in Analyze_NewATMVCCommand() 9459 ShowPERInteger(tag, indent, "resourceID", (uint32)x->resourceID); in Analyze_JiScope() 9547 ShowPERInteger(tag, indent, "resourceID", (int32)x->resourceID); in Analyze_NewATMVCIndication() 9950 ShowPERInteger(tag, indent, "resourceID", (uint32)x->resourceID); in Analyze_FciScope()
|
D | h245_decoder.cpp | 4953 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_H222LogicalChannelParameters() 10528 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_FccScope() 11052 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_NewATMVCCommand() 11635 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_JiScope() 11760 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_NewATMVCIndication() 12240 x->resourceID = (uint16) GetInteger(0, 65535, stream); in Decode_FciScope()
|