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()
182 auto osh = cast_handle_to_int(adb_get_os_handle(connection_fd.get())); in install() local183 auto fd_param = std::to_string(osh); in install()
519 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake() local521 tls_ = TlsConnection::Create(TlsConnection::Role::Client, x509_str, evp_str, osh); in DoTlsHandshake()523 tls_ = TlsConnection::Create(TlsConnection::Role::Server, x509_str, evp_str, osh); in DoTlsHandshake()
3032 auto osh = adb_get_os_handle(fd); in enable_inherit() local3033 const auto h = reinterpret_cast<HANDLE>(osh); in enable_inherit()3038 auto osh = adb_get_os_handle(fd); in disable_inherit() local3039 const auto h = reinterpret_cast<HANDLE>(osh); in disable_inherit()