Home
last modified time | relevance | path

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

123456

/aosp_15_r20/system/core/libcutils/
H A Dandroid_get_control_socket_test.cpp35 TEST(SocketsTest, android_get_control_socket) { in TEST() argument
40 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
49 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
58 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
64 EXPECT_EQ(android_get_control_socket(name), fd); in TEST()
66 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
68 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
70 EXPECT_EQ(android_get_control_socket(name), -1); in TEST()
H A 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
H A Dsockets_windows.cpp83 int android_get_control_socket(const char*) { in android_get_control_socket() function
/aosp_15_r20/system/librustutils/
H A Dsockets.rs46 pub fn android_get_control_socket(name: &str) -> Result<OwnedFd, SocketError> { in android_get_control_socket() function
49 let fd = unsafe { cutils_bindgen::android_get_control_socket(cstr.as_ptr()) }; in android_get_control_socket()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_server.cpp240 sockfd_.reset(android_get_control_socket(socketname.c_str())); in Start()
439 unique_fd proxy_fd(android_get_control_socket(kSnapuserdSocketProxy)); in RunForSocketHandoff()
443 borrowed_fd server_fd(android_get_control_socket(kSnapuserdSocket)); in RunForSocketHandoff()
/aosp_15_r20/packages/modules/Virtualization/guest/authfs_service/src/
Dmain.rs28 use rustutils::sockets::android_get_control_socket;
124 let socket_fd = android_get_control_socket(AUTHFS_SERVICE_SOCKET_NAME)?; in try_main()
/aosp_15_r20/out/soong/.intermediates/system/core/libcutils/libcutils_sockets/android_arm64_armv8-2a_cortex-a55_static_sabi/obj/system/core/libcutils/
Dsockets_unix.sdump47 "function_name" : "android_get_control_socket",
48 "linker_set_key" : "android_get_control_socket",
/aosp_15_r20/out/soong/.intermediates/system/core/libcutils/libcutils_sockets/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/system/core/libcutils/
Dsockets_unix.sdump47 "function_name" : "android_get_control_socket",
48 "linker_set_key" : "android_get_control_socket",
/aosp_15_r20/out/soong/.intermediates/system/core/libcutils/libcutils_sockets/android_vendor_arm64_armv8-2a_cortex-a55_static_sabi/obj/system/core/libcutils/
Dsockets_unix.sdump47 "function_name" : "android_get_control_socket",
48 "linker_set_key" : "android_get_control_socket",
/aosp_15_r20/out/soong/.intermediates/system/core/libcutils/libcutils_sockets/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31_sabi/obj/system/core/libcutils/
Dsockets_unix.sdump47 "function_name" : "android_get_control_socket",
48 "linker_set_key" : "android_get_control_socket",
/aosp_15_r20/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp504 int intercept_socket = android_get_control_socket(kTombstonedInterceptSocketName); in main()
505 int crash_socket = android_get_control_socket(kTombstonedCrashSocketName); in main()
529 const int java_trace_socket = android_get_control_socket(kTombstonedJavaTraceSocketName); in main()
/aosp_15_r20/out/soong/.intermediates/system/librustutils/libcutils_bindgen/android_arm64_armv8-2a_cortex-a55_source_apex33/
Dbindings.rs9 pub fn android_get_control_socket(name: *const ::std::os::raw::c_char) in android_get_control_socket() function
/aosp_15_r20/out/soong/.intermediates/system/librustutils/libcutils_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs9 pub fn android_get_control_socket(name: *const ::std::os::raw::c_char) in android_get_control_socket() function
/aosp_15_r20/out/soong/.intermediates/system/librustutils/libcutils_bindgen/android_arm64_armv8-2a_cortex-a55_source_apex34/
Dbindings.rs9 pub fn android_get_control_socket(name: *const ::std::os::raw::c_char) in android_get_control_socket() function
/aosp_15_r20/out/soong/.intermediates/system/librustutils/libcutils_bindgen/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dbindings.rs9 pub fn android_get_control_socket(name: *const ::std::os::raw::c_char) in android_get_control_socket() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libcutils/include_vndk/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libcutils/include_outside_system/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include_vndk/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libcutils/include_outside_system/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libcutils/include_outside_system/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libcutils/include_vndk/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libcutils/include_outside_system/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libcutils/include/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libcutils/include/cutils/
Dsockets.h56 int android_get_control_socket(const char* name);

123456