Searched defs:_bind (Results 1 - 3 of 3) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_test.c120 static int _bind(int fd, int type) { function
233 if (_bind(fd, type) < 0) goto error;
H A Dasocket_test.c138 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;
H A Dsocktest.c137 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 6 milliseconds