Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dcf_webrtc.js310 candidate: message.candidate property
367 async sendIceCandidate(candidate) { argument
368 this._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/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/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp584 std::unique_ptr<webrtc::IceCandidateInterface> candidate( in HandleMessage() local
645 const webrtc::IceCandidateInterface *candidate) { in OnIceCandidate()
/device/google/trout/hal/sensors/2.0/
DSensorsSubHal.cpp94 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()