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

  /bootable/recovery/minadbd/
sysdeps.h 440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) function
449 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );
  /system/core/adb/
sysdeps.h 445 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) function
454 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );

Completed in 224 milliseconds