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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 314 TransportParser* trans_parser; local
318 &trans_parser, &translator, error))
322 if (!trans_parser->ParseGingleCandidate(
424 TransportParser* trans_parser; local
428 &trans_parser, &translator, error))
432 if (!trans_parser->ParseTransportDescription(trans_elem, translator,
486 TransportParser* trans_parser; local
490 &trans_parser, &translator, error))
495 if (!trans_parser->WriteGingleCandidate(candidates[i], translator,
529 TransportParser* trans_parser; local
    [all...]
  /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 57 milliseconds