Home
last modified time | relevance | path

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

/system/core/libcutils/include/cutils/
Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/system/core/libcutils/include_vndk/cutils/
Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/system/extras/tests/uevents/
Duevents.c29 device_fd = uevent_open_socket(64*1024, true); in main()
/system/core/libcutils/
Duevent.cpp95 int uevent_open_socket(int buf_sz, bool passcred) { in uevent_open_socket() function
/system/core/init/
Duevent_listener.cpp90 device_fd_.reset(uevent_open_socket(uevent_socket_rcvbuf_size, true)); in UeventListener()