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

  /system/core/charger/
charger.c 506 #define UEVENT_MSG_LEN 1024
509 char msg[UEVENT_MSG_LEN+2];
518 n = uevent_kernel_multicast_recv(fd, msg, UEVENT_MSG_LEN);
521 if (n >= UEVENT_MSG_LEN) /* overflow -- discard */
  /system/core/init/
devices.c 807 #define UEVENT_MSG_LEN 1024
810 char msg[UEVENT_MSG_LEN+2];
812 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) {
813 if(n >= UEVENT_MSG_LEN) /* overflow -- discard */

Completed in 198 milliseconds