Home
last modified time | relevance | path

Searched refs:line_index (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp103 auto line_index = candidate_json["sdpMLineIndex"].asInt(); in ParseIceCandidate() local
107 mid, line_index, candidate_sdp, nullptr /*error*/)); in ParseIceCandidate()
Dconnection_controller.cpp397 auto line_index = candidate->sdp_mline_index(); in OnIceCandidate() local
402 reply["mLineIndex"] = static_cast<Json::UInt64>(line_index); in OnIceCandidate()