Home
last modified time | relevance | path

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

/system/core/include/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.c104 int uevent_open_socket(int buf_sz, bool passcred) in uevent_open_socket() function
/system/core/healthd/
Dhealthd.cpp240 uevent_fd = uevent_open_socket(64*1024, true); in uevent_init()
/system/core/init/
Ddevices.cpp981 device_fd = uevent_open_socket(256*1024, true); in device_init()