Searched refs:uevent_kernel_multicast_recv (Results 1 – 5 of 5) sorted by relevance
/system/core/include/cutils/ |
D | uevent.h | 28 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length);
|
/system/extras/tests/uevents/ |
D | uevents.c | 33 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) { in main()
|
/system/core/libcutils/ |
D | uevent.c | 32 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length) in uevent_kernel_multicast_recv() function
|
/system/core/healthd/ |
D | healthd.cpp | 217 n = uevent_kernel_multicast_recv(uevent_fd, msg, UEVENT_MSG_LEN); in uevent_event()
|
/system/core/init/ |
D | devices.cpp | 900 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) { in handle_device_fd()
|