Searched refs:android_get_control_socket (Results 1 - 4 of 4) sorted by relevance

/system/core/include/cutils/
H A Dsockets.h40 * android_get_control_socket - simple helper function to get the file
47 static inline int android_get_control_socket(const char *name) function
/system/core/adb/
H A Dadb_auth_client.c231 fd = android_get_control_socket("adbd");
/system/core/libsysutils/src/
H A DSocketListener.cpp78 if ((mSock = android_get_control_socket(mSocketName)) < 0) {
/system/security/keystore/
H A Dkeystore.cpp1412 int controlSocket = android_get_control_socket("keystore");

Completed in 56 milliseconds