Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp167 static int _fh_to_int(FH f) { in _fh_to_int() function
402 D("adb_open: '%s' => fd %d", path, _fh_to_int(f)); in adb_open()
403 return _fh_to_int(f); in adb_open()
445 return _fh_to_int(f); in adb_creat()
688 D("recv fd %d failed: %s", _fh_to_int(f), in _fh_socket_read()
824 const int fd = _fh_to_int(f.get()); in adb_socket()
1037 const int fd = _fh_to_int(f.get()); in network_loopback_client()
1109 const int fd = _fh_to_int(f.get()); in _network_server()
1192 const int fd = _fh_to_int(f.get()); in network_connect()
1224 return _fh_to_int(f); in adb_register_socket()
[all …]