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

/system/core/libcutils/tests/
H A Dandroid_get_control_socket_test.cpp35 TEST(SocketsTest, android_get_control_socket) {
40 EXPECT_EQ(android_get_control_socket(name), -1);
49 EXPECT_EQ(android_get_control_socket(name), -1);
58 EXPECT_EQ(android_get_control_socket(name), -1);
64 EXPECT_EQ(android_get_control_socket(name), fd);
66 EXPECT_EQ(android_get_control_socket(name), -1);
68 EXPECT_EQ(android_get_control_socket(name), -1);
70 EXPECT_EQ(android_get_control_socket(name), -1);
/system/connectivity/wifilogd/
H A Draw_os.cpp39 return android_get_control_socket(socket_name);
/system/core/libcutils/
H A Dsockets_windows.cpp88 int android_get_control_socket(const char* name) { function
H A Dsockets_unix.cpp96 int android_get_control_socket(const char* name) { function
/system/core/include/cutils/
H A Dsockets.h53 * android_get_control_socket - simple helper function to get the file
57 int android_get_control_socket(const char* name);
/system/core/libcutils/include/cutils/
H A Dsockets.h53 * android_get_control_socket - simple helper function to get the file
57 int android_get_control_socket(const char* name);
/system/core/libcutils/include_vndk/cutils/
H A Dsockets.h53 * android_get_control_socket - simple helper function to get the file
57 int android_get_control_socket(const char* name);
/system/core/adb/
H A Dadbd_auth.cpp180 int fd = android_get_control_socket("adbd");
189 int fd = android_get_control_socket("adbd");
/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp375 int intercept_socket = android_get_control_socket(kTombstonedInterceptSocketName);
376 int crash_socket = android_get_control_socket(kTombstonedCrashSocketName);
399 const int java_trace_socket = android_get_control_socket(kTombstonedJavaTraceSocketName);
/system/vold/
H A Dmain.cpp76 fcntl(android_get_control_socket("vold"), F_SETFD, FD_CLOEXEC);
77 fcntl(android_get_control_socket("cryptd"), F_SETFD, FD_CLOEXEC);
/system/core/logd/
H A DLogListener.cpp146 int sock = android_get_control_socket(socketName);
H A DLogReader.cpp231 int sock = android_get_control_socket(socketName);
H A DCommandListener.cpp359 int sock = android_get_control_socket(socketName);
/system/netd/server/
H A DNetdConstants.cpp170 int fd = android_get_control_socket(sock);
/system/nvram/hal/
H A Dfake_nvram.cpp213 int control_socket_fd = android_get_control_socket(g_control_socket_name);
/system/chre/host/common/
H A Dsocket_server.cc72 mSockFd = android_get_control_socket(socketName);
/system/core/libsysutils/src/
H A DSocketListener.cpp85 if ((mSock = android_get_control_socket(mSocketName)) < 0) {
/system/core/lmkd/
H A Dlmkd.c825 ctrl_lfd = android_get_control_socket("lmkd");

Completed in 275 milliseconds