Searched refs:android_get_control_socket (Results 1 – 8 of 8) sorted by relevance
257 int fd = android_get_control_socket("adbd"); in adbd_cloexec_auth_socket()266 int fd = android_get_control_socket("adbd"); in adbd_auth_init()
76 fcntl(android_get_control_socket("vold"), F_SETFD, FD_CLOEXEC); in main()77 fcntl(android_get_control_socket("cryptd"), F_SETFD, FD_CLOEXEC); in main()
58 static inline int android_get_control_socket(const char* name) in android_get_control_socket() function
123 int sock = android_get_control_socket(socketName); in getLogSocket()
210 int sock = android_get_control_socket(socketName); in getLogSocket()
302 int sock = android_get_control_socket(socketName); in getLogSocket()
83 if ((mSock = android_get_control_socket(mSocketName)) < 0) { in startListener()
744 ctrl_lfd = android_get_control_socket("lmkd"); in init()