Home
last modified time | relevance | path

Searched defs:HandshakeImplementation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_handshake_context.rs102 pub fn new(handshake_impl: HandshakeImplementation, next_protocols: Vec<NextProtocol>) -> Self { in new()
114 handshake_impl: HandshakeImplementation, in new_impl()
197 pub fn new(handshake_impl: HandshakeImplementation, next_protocols: &[NextProtocol]) -> Self { in new()
209 handshake_impl: HandshakeImplementation, in new_impl()
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dukey2_handshake.rs58 pub enum HandshakeImplementation { enum
86 impl WireCompatibilityLayer for HandshakeImplementation { implementation
269 handshake_impl: HandshakeImplementation, in from()
398 handshake_impl: HandshakeImplementation, in from()