Searched refs:adb_socketpair (Results 1 - 6 of 6) sorted by relevance

/system/core/adb/
H A Dsysdeps.h225 extern int adb_socketpair( int sv[2] );
450 static __inline__ int adb_socketpair( int sv[2] ) function
H A Djdwp_service.c413 if (adb_socketpair(fds) < 0) {
H A Dservices.c236 if(adb_socketpair(s)) {
H A Dtransport.c623 if(adb_socketpair(s)) {
665 if(adb_socketpair(s)){
H A Dfdevent.c670 if(adb_socketpair(s)) {
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 1285 milliseconds