Searched refs:osh (Results 1 – 4 of 4) sorted by relevance
144 int osh = cast_handle_to_int(adb_get_os_handle(fd.release())); in StartConnection() local145 if (!pairing_connection_start(connection_.get(), osh, OnPairingResult, this)) { in StartConnection()
176 auto osh = cast_handle_to_int(adb_get_os_handle(connection_fd.get())); in install() local177 auto fd_param = std::to_string(osh); in install()
507 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake() local509 tls_ = TlsConnection::Create(TlsConnection::Role::Client, x509_str, evp_str, osh); in DoTlsHandshake()511 tls_ = TlsConnection::Create(TlsConnection::Role::Server, x509_str, evp_str, osh); in DoTlsHandshake()
2839 auto osh = adb_get_os_handle(fd); in enable_inherit() local2840 const auto h = reinterpret_cast<HANDLE>(osh); in enable_inherit()2845 auto osh = adb_get_os_handle(fd); in disable_inherit() local2846 const auto h = reinterpret_cast<HANDLE>(osh); in disable_inherit()