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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_channelcontrol.h 82 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
tsc_component.h 186 void ReceivedFormatSpecificInfo(TPVChannelId channel_id, uint8* fsi, uint32 fsi_len);
tscmain.h 186 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_channelcontrol.cpp 103 void TSC_channelcontrol::ReceivedFormatSpecificInfo(TPVChannelId channel_id,
108 (0, "TSC_channelcontrol::ReceivedFormatSpecificInfo lcn=%d, len=%d",
114 (0, "TSC_channelcontrol::ReceivedFormatSpecificInfo - Failed to lookup channel"));
120 (0, "TSC_channelcontrol::ReceivedFormatSpecificInfo - Channel not in pending state. Not sending OLC."));
128 (0, "TSC_channelcontrol::ReceivedFormatSpecificInfo - Failed to set FormatSpecificInfo, status=%d.",
tscmain.cpp 799 void TSC_324m::ReceivedFormatSpecificInfo(TPVChannelId channel_id,
804 (0, "TSC_324m::ReceivedFormatSpecificInfo lcn=%d, len=%d",
806 iTSCcomponent->ReceivedFormatSpecificInfo(channel_id, fsi, fsi_len);
    [all...]
tsc_component.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 58 virtual void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len) = 0;
95 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
logicalchannel.h 109 virtual void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len) = 0;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp     [all...]
logicalchannel.cpp 308 iObserver->ReceivedFormatSpecificInfo(lcn, (uint8*)iFsiFrag.getMemFragPtr(), iFsiFrag.getMemFragSize());
838 iObserver->ReceivedFormatSpecificInfo(lcn, (uint8*)kvp->value.key_specific_value, kvp->length);
    [all...]

Completed in 1302 milliseconds