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

  /system/bluetooth/tools/
sock_shutdown_test.c 120 static int _bind(int fd, int type) { function
233 if (_bind(fd, type) < 0) goto error;
asocket_test.c 138 static int _bind(int fd, int type) { function
404 if (_bind(fd, type) < 0) goto error;
426 if (_bind(fd, type) < 0) goto error;
451 if (_bind(fd, type) < 0) goto error;
504 if (_bind(fd, type) < 0) goto error;
619 if (_bind(fd1, type) < 0) goto error;
653 if (_bind(fd, type) < 0) goto error;
socktest.c 137 static int _bind(int fd, int type) { function
418 if (_bind(fd, type) < 0) goto error;
440 if (_bind(fd, type) < 0) goto error;
465 if (_bind(fd, type) < 0) goto error;
576 if (_bind(fd, type) < 0) goto error;
691 if (_bind(fd1, type) < 0) goto error;
725 if (_bind(fd, type) < 0) goto error;

Completed in 58 milliseconds