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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
adaptationlayer.h 214 static OsclSharedPtr<AdaptationLayer> GetAdaptationLayer(TPVDirection dir,
242 return GetAdaptationLayer(dir, al_index, sdu_size, max_num_sdus, hint);
245 static OsclSharedPtr<AdaptationLayer> GetAdaptationLayer(TPVDirection dir,
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 582 TPVStatusCode CPVH223Multiplex::GetAdaptationLayer(OsclSharedPtr<AdaptationLayer> &al,
588 al = AdaptationLayerAlloc::GetAdaptationLayer(aDirection,
593 (0, "CPVH223Multiplex::GetAdaptationLayer - Memory allocation failure on StartAlPdu\n"));
664 if (EPVT_Success != GetAdaptationLayer(al, direction,
    [all...]

Completed in 13 milliseconds