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.cpp 95 int uevent_open_socket(int buf_sz, bool passcred) { function
  /hardware/interfaces/health/2.0/default/
healthd_common.cpp 177 uevent_fd = uevent_open_socket(64 * 1024, true);
180 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
  /system/core/init/
uevent_listener.cpp 87 device_fd_.reset(uevent_open_socket(2 * 1024 * 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 573 uevent_fd = uevent_open_socket(64 * 1024, true);
576 ALOGE("uevent_init: uevent_open_socket failed\n");
  /device/google/wahoo/usb/
Usb.cpp 631 uevent_fd = uevent_open_socket(64 * 1024, true);
634 ALOGE("uevent_init: uevent_open_socket failed\n");

Completed in 251 milliseconds