Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h287 inline int cast_handle_to_int(const HANDLE h) { in cast_handle_to_int() function
Dadb.cpp711 const int ack_write_as_int = cast_handle_to_int(ack_write.get()); in launch_server()