HomeSort by relevance Sort by last modified time
    Searched defs:adb_socketpair (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
sysdeps.h 221 extern int adb_socketpair( int sv[2] );
432 static __inline__ int adb_socketpair( int sv[2] ) function
sysdeps_win32.c 1189 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] );
    [all...]

Completed in 647 milliseconds