Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp88 static const FHClassRec _fh_socket_class = { variable
614 if (!fh || !fh->used || fh->clazz != &_fh_socket_class) { in adb_poll()
809 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_loopback_client()
857 unique_fh f(_fh_alloc(&_fh_socket_class)); in _network_server()
934 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_connect()
1008 FH f = _fh_alloc(&_fh_socket_class); in adb_register_socket()
1066 if (!serverfh || serverfh->clazz != &_fh_socket_class) { in adb_socket_accept()
1072 unique_fh fh(_fh_alloc(&_fh_socket_class)); in adb_socket_accept()
1098 if (!fh || fh->clazz != &_fh_socket_class) { in adb_setsockopt()
1123 if (!fh || fh->clazz != &_fh_socket_class) { in adb_getsockname()
[all …]