Searched refs:_fh_to_int (Results 1 – 1 of 1) sorted by relevance
167 static int _fh_to_int(FH f) { in _fh_to_int() function402 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 …]