Searched refs:candidate (Results 1 – 12 of 12) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | connection_controller.cpp | 129 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 …]
|
D | utils.cpp | 105 auto candidate = in ParseIceCandidate() local 108 CF_EXPECT(candidate.get(), "Failed to parse ICE candidate"); in ParseIceCandidate() 109 return candidate; in ParseIceCandidate()
|
D | connection_controller.h | 114 void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override;
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 517 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/ |
D | WCNSS_qcom_cfg.ini | 328 # 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/ |
D | WCNSS_qcom_cfg.ini | 328 # 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/ |
D | WCNSS_qcom_cfg.ini | 341 # 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/ |
D | SensorsSubHal.cpp | 96 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported() argument
|
/device/google/trout/tools/ |
D | bpttool | 945 for candidate in partitions: 946 if candidate.label == pobj[JSON_KEYWORD_PARTITIONS_LABEL]: 947 p = candidate
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 1691 // 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/ |
D | trace-events-all | 42 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/ |
D | trace-events-all | 42 find_ram_offset_loop(uint64_t size, uint64_t candidate, uint64_t offset, uint64_t next, uint64_t mi…
|