Home
last modified time | relevance | path

Searched refs:android_get_control_socket (Results 1 – 8 of 8) sorted by relevance

/system/core/include/cutils/
Dsockets.h48 static inline int android_get_control_socket(const char *name) in android_get_control_socket() function
/system/core/adb/
Dadb_auth_client.cpp253 int fd = android_get_control_socket("adbd"); in adbd_cloexec_auth_socket()
262 int fd = android_get_control_socket("adbd"); in adbd_auth_init()
/system/vold/
Dmain.cpp76 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()
/system/core/logd/
DLogListener.cpp112 int sock = android_get_control_socket(socketName); in getLogSocket()
DLogReader.cpp186 int sock = android_get_control_socket(socketName); in getLogSocket()
DCommandListener.cpp320 int sock = android_get_control_socket(socketName); in getLogSocket()
/system/core/libsysutils/src/
DSocketListener.cpp83 if ((mSock = android_get_control_socket(mSocketName)) < 0) { in startListener()
/system/core/lmkd/
Dlmkd.c756 ctrl_lfd = android_get_control_socket("lmkd"); in init()