Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/client/js/
Dcf_webrtc.js375 candidate: message.candidate property
391 async #sendIceCandidate(candidate) { argument
393 return this.#serverConnector.sendToDevice({type: 'ice-candidate', candidate}); field
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp28 bool AreSymbolsTheSame(const TIntermSymbol *expected, const TIntermSymbol *candidate) in AreSymbolsTheSame()
45 bool AreLValuesTheSame(TIntermTyped *expected, TIntermTyped *candidate) in AreLValuesTheSame()
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp550 for (auto& candidate: pending_ice_candidates_) { in AddPendingIceCandidates() local
723 std::unique_ptr<webrtc::IceCandidateInterface> candidate( in HandleMessage() local
794 const webrtc::IceCandidateInterface *candidate) { in OnIceCandidate()
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dpartition.cc513 const Partition& candidate, int k) { in FindKClosestASTCPartitions()
564 const Partition& FindClosestASTCPartition(const Partition& candidate) { in FindClosestASTCPartition()
/device/google/trout/hal/sensors/2.0/
DSensorsSubHal.cpp94 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()