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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 60 : iLowerLayer(NULL),
128 return iLowerLayer->GetMinTimerRes();
134 iLowerLayer->SetLoopbackMode(iLoopbackMode);
139 return iLowerLayer->SetTimerRes(timer_res);
158 iLowerLayer = OSCL_NEW(H223LowerLayer, (H223_LOWERLAYER_PORT_TAG, iLoopbackMode));
159 iLowerLayer->SetObserver(this);
160 iLowerLayer->Open();
197 ret = iLowerLayer->Start(parcom);
221 if (iLowerLayer)
223 iLowerLayer->Disconnect()
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 229 H223LowerLayer* iLowerLayer;

Completed in 655 milliseconds