Searched refs:cast_handle_to_int (Results 1 – 5 of 5) sorted by relevance
182 auto osh = cast_handle_to_int(adb_get_os_handle(connection_fd.get())); in install()194 auto pipe_write_fd_param = std::to_string(cast_handle_to_int(adb_get_os_handle(pipe_write_fd))); in install()
144 int osh = cast_handle_to_int(adb_get_os_handle(fd.release())); in StartConnection()
371 inline int cast_handle_to_int(const HANDLE h) { in cast_handle_to_int() function746 static inline int cast_handle_to_int(int fd) { in cast_handle_to_int() function
780 const int ack_write_as_int = cast_handle_to_int(ack_write.get()); in launch_server()
509 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()