Searched refs:cast_handle_to_int (Results 1 – 5 of 5) sorted by relevance
176 auto osh = cast_handle_to_int(adb_get_os_handle(connection_fd.get())); in install()188 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()
339 inline int cast_handle_to_int(const HANDLE h) { in cast_handle_to_int() function674 static inline int cast_handle_to_int(int fd) { in cast_handle_to_int() function
507 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()
755 const int ack_write_as_int = cast_handle_to_int(ack_write.get()); in launch_server()