OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SdpDeserialize
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
webrtcsdp.h
65
bool
SdpDeserialize
(const std::string& message,
webrtcsdp_unittest.cc
456
static bool
SdpDeserialize
(const std::string& message,
458
return webrtc::
SdpDeserialize
(message, jdesc, NULL);
488
bool ret = webrtc::
SdpDeserialize
(bad_sdp, &desc, &error);
[
all
...]
jsepsessiondescription.cc
116
return
SdpDeserialize
(sdp, this, error);
webrtcsdp.cc
[
all
...]
Completed in 63 milliseconds