Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp129 for (auto& candidate : pending_ice_candidates_) { in AddPendingIceCandidates() local
131 std::move(candidate), [this](webrtc::RTCError error) { in AddPendingIceCandidates()
165 std::unique_ptr<webrtc::IceCandidateInterface> candidate) { in OnIceCandidateMsg() argument
168 std::move(candidate), [this](webrtc::RTCError error) { in OnIceCandidateMsg()
180 pending_ice_candidates_.push_back(std::move(candidate)); in OnIceCandidateMsg()
288 auto candidate = CF_EXPECT(ParseIceCandidate(type, message)); in HandleSignalingMessageInner() local
289 return OnIceCandidateMsg(std::move(candidate)); in HandleSignalingMessageInner()
393 const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate() argument
395 candidate->ToString(&candidate_sdp); in OnIceCandidate()
396 auto sdp_mid = candidate->sdp_mid(); in OnIceCandidate()
[all …]
Dutils.cpp105 auto candidate = in ParseIceCandidate() local
108 CF_EXPECT(candidate.get(), "Failed to parse ICE candidate"); in ParseIceCandidate()
109 return candidate; in ParseIceCandidate()
Dconnection_controller.h114 void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override;
/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
625 if (evt.candidate && evt.candidate.candidate) {
626 this.#sendIceCandidate(evt.candidate);
651 console.debug('Local ICE Candidate: ', evt.candidate);
/device/google/coral/
DWCNSS_qcom_cfg.ini328 # HE caps Weightage to calculate best candidate
329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
334 # PCL Weightage to calculate best candidate
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
363 # BIT 2, 1: Action on non matching candidate with cache. If a BTM request is received from AP
364 # then the candidate AP's may/may-not be present in the firmware scan cache.
366 # consume with firmware and proceed with Roaming to candidate AP.
/device/google/sunfish/
DWCNSS_qcom_cfg.ini328 # HE caps Weightage to calculate best candidate
329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
334 # PCL Weightage to calculate best candidate
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
363 # BIT 2, 1: Action on non matching candidate with cache. If a BTM request is received from AP
364 # then the candidate AP's may/may-not be present in the firmware scan cache.
366 # consume with firmware and proceed with Roaming to candidate AP.
/device/google/redbull/
DWCNSS_qcom_cfg.ini341 # HE caps Weightage to calculate best candidate
342 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
347 # PCL Weightage to calculate best candidate
348 # This ini is used to increase/decrease PCL weightage in best candidate selection.
376 # BIT 2, 1: Action on non matching candidate with cache. If a BTM request is received from AP
377 # then the candidate AP's may/may-not be present in the firmware scan cache.
379 # consume with firmware and proceed with Roaming to candidate AP.
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp96 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported() argument
/device/google/trout/tools/
Dbpttool945 for candidate in partitions:
946 if candidate.label == pobj[JSON_KEYWORD_PARTITIONS_LABEL]:
947 p = candidate
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1691 // Android-only. If set to a value > 0, marks the trace session as a candidate
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all42 find_ram_offset_loop(uint64_t size, uint64_t candidate, uint64_t offset, uint64_t next, uint64_t mi…
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all42 find_ram_offset_loop(uint64_t size, uint64_t candidate, uint64_t offset, uint64_t next, uint64_t mi…