OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_type
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/app/webrtc/
statscollector.h
49
const char* IceCandidateTypeToStatsType(const std::string&
candidate_type
);
statscollector.cc
331
const char* IceCandidateTypeToStatsType(const std::string&
candidate_type
) {
332
if (
candidate_type
== cricket::LOCAL_PORT_TYPE) {
335
if (
candidate_type
== cricket::STUN_PORT_TYPE) {
338
if (
candidate_type
== cricket::PRFLX_PORT_TYPE) {
341
if (
candidate_type
== cricket::RELAY_PORT_TYPE) {
[
all
...]
webrtcsdp.cc
1024
std::string
candidate_type
;
local
[
all
...]
Completed in 46 milliseconds