Home
last modified time | relevance | path

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

/system/core/adb/client/pairing/
Dpairing_client.cpp145 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
Dtransport.cpp503 int osh = cast_handle_to_int(adb_get_os_handle(fd_)); in DoTlsHandshake()
Dadb.cpp753 const int ack_write_as_int = cast_handle_to_int(ack_write.get()); in launch_server()