Searched refs:uevent_kernel_multicast_recv (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/include/cutils/ |
D | uevent.h | 28 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length);
|
/system/core/libcutils/include_vndk/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_common.cpp | 173 n = uevent_kernel_multicast_recv(uevent_fd, msg, UEVENT_MSG_LEN); in uevent_event()
|
/system/core/init/ |
D | devices.cpp | 930 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) { in handle_device_fd_with()
|