Searched refs:_listen (Results 1 - 3 of 3) sorted by relevance
/system/bluetooth/tools/ |
H A D | asocket_test.c | 175 static int _listen(int fd, int type) { function 406 if (_listen(fd, type) < 0) goto error; 428 if (_listen(fd, type) < 0) goto error; 453 if (_listen(fd, type) < 0) goto error; 506 if (_listen(fd, type) < 0) goto error; 621 if (_listen(fd1, type) < 0) goto error; 655 if (_listen(fd, type) < 0) goto error;
|
H A D | socktest.c | 174 static int _listen(int fd, int type) { function 420 if (_listen(fd, type) < 0) goto error; 442 if (_listen(fd, type) < 0) goto error; 467 if (_listen(fd, type) < 0) goto error; 578 if (_listen(fd, type) < 0) goto error; 693 if (_listen(fd1, type) < 0) goto error; 727 if (_listen(fd, type) < 0) goto error;
|
H A D | sock_shutdown_test.c | 157 static int _listen(int fd, int type) { function 235 if (_listen(fd, type) < 0) goto error;
|
Completed in 72 milliseconds