Searched refs:_listen (Results 1 - 3 of 3) sorted by relevance

/system/bluetooth/tools/
H A Dasocket_test.c175 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 Dsocktest.c174 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 Dsock_shutdown_test.c157 static int _listen(int fd, int type) { function
235 if (_listen(fd, type) < 0) goto error;

Completed in 62 milliseconds