Searched defs:adb_socketpair (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dsysdeps.h224 extern int adb_socketpair( int sv[2] );
446 static __inline__ int adb_socketpair( int sv[2] ) function
H A Dsysdeps_win32.c1189 int adb_socketpair( int sv[2] ) function
1202 D("adb_socketpair: not enough memory to allocate pipes\n" );
1224 D( "adb_socketpair: returns (%d, %d)\n", sv[0], sv[1] );

Completed in 47 milliseconds