OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SdpDeserialize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc
365
static bool
SdpDeserialize
(const std::string& message,
367
return webrtc::
SdpDeserialize
(message, jdesc, NULL);
396
bool ret = webrtc::
SdpDeserialize
(sdp, &desc, &error);
[
all
...]
webrtcsdp.cc
[
all
...]
Completed in 82 milliseconds