Home
last modified time | relevance | path

Searched defs:android_get_control_socket (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/
Dsockets_unix.cpp54 int android_get_control_socket(const char* name) { in android_get_control_socket() function
75 int android_get_control_socket(const char*) { in android_get_control_socket() function
Dandroid_get_control_socket_test.cpp35 TEST(SocketsTest, android_get_control_socket) { in TEST() argument
Dsockets_windows.cpp83 int android_get_control_socket(const char*) { in android_get_control_socket() function
/system/security/prng_seeder/src/
Dcutils_socket.rs20 pub fn android_get_control_socket(name: &str) -> Result<UnixListener> { in android_get_control_socket() function
/system/librustutils/
Dsockets.rs43 pub fn android_get_control_socket(name: &str) -> Result<RawFd, SocketError> { in android_get_control_socket() function