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

  /system/core/libcutils/include/cutils/
uevent.h 27 int uevent_open_socket(int buf_sz, bool passcred);
  /system/extras/tests/uevents/
uevents.c 29 device_fd = uevent_open_socket(64*1024, true);
  /system/core/libcutils/
uevent.c 104 int uevent_open_socket(int buf_sz, bool passcred) function
  /system/core/healthd/
healthd_common.cpp 196 uevent_fd = uevent_open_socket(64*1024, true);
199 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
  /system/core/init/
uevent_listener.cpp 87 device_fd_.reset(uevent_open_socket(256 * 1024, true));
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 360 uevent_fd = uevent_open_socket(64*1024, true);
363 ALOGE("uevent_init: uevent_open_socket failed\n");
  /device/google/marlin/usb/
Usb.cpp 575 uevent_fd = uevent_open_socket(64 * 1024, true);
578 ALOGE("uevent_init: uevent_open_socket failed\n");
  /device/google/wahoo/usb/
Usb.cpp 633 uevent_fd = uevent_open_socket(64 * 1024, true);
636 ALOGE("uevent_init: uevent_open_socket failed\n");

Completed in 216 milliseconds