Home
last modified time | relevance | path

Searched refs:cast_handle_to_int (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/client/
Dincremental.cpp176 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()
/system/core/adb/client/pairing/
Dpairing_client.cpp144 int osh = cast_handle_to_int(adb_get_os_handle(fd.release())); in StartConnection()
/system/core/adb/
Dsysdeps.h339 inline int cast_handle_to_int(const HANDLE h) { in cast_handle_to_int() function
674 static inline int cast_handle_to_int(int fd) { in cast_handle_to_int() function
Dtransport.cpp507 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()
Dadb.cpp755 const int ack_write_as_int = cast_handle_to_int(ack_write.get()); in launch_server()