Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp179 _fh_alloc( FHClass clazz ) in _fh_alloc() function
343 f = _fh_alloc( &_fh_file_class ); in adb_open()
387 f = _fh_alloc( &_fh_file_class ); in adb_creat()
706 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_loopback_client()
758 unique_fh f(_fh_alloc(&_fh_socket_class)); in _network_server()
836 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_connect()
912 FH f = _fh_alloc( &_fh_socket_class ); in adb_register_socket()
928 unique_fh fh(_fh_alloc( &_fh_socket_class )); in adb_socket_accept()