Home
last modified time | relevance | path

Searched refs:uevent_open_socket (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/aosp14/system/core/libcutils/
H A Duevent.cpp95 int uevent_open_socket(int buf_sz, bool passcred) { in uevent_open_socket() function
/aosp14/system/core/init/
H A Duevent_listener.cpp90 device_fd_.reset(uevent_open_socket(uevent_socket_rcvbuf_size, true)); in UeventListener()