Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h218 static __inline__ int adb_socket_setbufsize( int fd, int bufsize ) in adb_socket_setbufsize() function
428 static __inline__ int adb_socket_setbufsize( int fd, int bufsize ) in adb_socket_setbufsize() function
Dadb.c414 adb_socket_setbufsize(fd, CHUNK_SIZE); in ss_listener_event_func()