Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp129 for (auto& candidate : pending_ice_candidates_) { in AddPendingIceCandidates() local
165 std::unique_ptr<webrtc::IceCandidateInterface> candidate) { in OnIceCandidateMsg()
288 auto candidate = CF_EXPECT(ParseIceCandidate(type, message)); in HandleSignalingMessageInner() local
393 const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate()
Dutils.cpp105 auto candidate = in ParseIceCandidate() local
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js517 candidate: message.candidate property
533 async #sendIceCandidate(candidate) { argument
535 return this.#serverConnector.sendToDevice({type: 'ice-candidate', candidate}); field
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp96 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()