HomeSort by relevance Sort by last modified time
    Searched refs:iDataType (Results 1 - 4 of 4) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp 72 iDataType(NULL),
87 iDataType = Copy_DataType(data_type);
96 if (iDataType)
98 Delete_DataType(iDataType);
99 OSCL_DEFAULT_FREE(iDataType);
100 iDataType = NULL;
217 if (iDataType)
219 Delete_DataType(iDataType);
220 OSCL_DEFAULT_FREE(iDataType);
221 iDataType = NULL
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.h 55 ProtocolEngineOutputDataType iDataType;
61 ProtocolEngineOutputDataSideInfo() : iDataType(ProtocolEngineOutputDataType_HttpHeader), iData(0)
66 iDataType(aType), iData(aData)
73 iDataType = (ProtocolEngineOutputDataType)aDataType;
pvmf_protocol_engine_node_common.h 630 iEventId = (PVProtocolEngineNodeInternalEventType)((uint32)sideInfo.iDataType);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 165 PVCodecType_t codec_type = GetCodecType(iDataType);
247 PS_DataType iDataType;

Completed in 47 milliseconds