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

  /system/core/init/
devices.c 808 #define UEVENT_MSG_LEN 1024
811 char msg[UEVENT_MSG_LEN+2];
813 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) {
814 if(n >= UEVENT_MSG_LEN) /* overflow -- discard */
  /system/core/charger/
charger.c 487 #define UEVENT_MSG_LEN 1024
490 char msg[UEVENT_MSG_LEN+2];
499 n = uevent_kernel_multicast_recv(fd, msg, UEVENT_MSG_LEN);
502 if (n >= UEVENT_MSG_LEN) /* overflow -- discard */

Completed in 430 milliseconds