HomeSort by relevance Sort by last modified time
    Searched refs:uevent_kernel_multicast_recv (Results 1 - 5 of 5) sorted by null

  /system/core/include/cutils/
uevent.h 28 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length);
  /system/core/libsysutils/src/
NetlinkListener.cpp 49 count = TEMP_FAILURE_RETRY(uevent_kernel_multicast_recv(socket, mBuffer, sizeof(mBuffer)));
  /system/core/libcutils/
uevent.c 32 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length) { function
  /system/core/init/
devices.c 750 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) {
  /system/core/charger/
charger.c 496 n = uevent_kernel_multicast_recv(fd, msg, UEVENT_MSG_LEN);

Completed in 139 milliseconds