HomeSort by relevance Sort by last modified time
    Searched full:trans_parser (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 284 TransportParser* trans_parser = local
286 if (trans_parser == NULL)
289 return trans_parser->ParseCandidates(protocol, candidates_elem,
395 TransportParser* trans_parser = GetTransportParser(trans_parsers, trans_type); local
396 if (trans_parser == NULL)
399 return trans_parser->WriteCandidates(protocol, candidates, elems, error);
    [all...]

Completed in 199 milliseconds