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

  /hardware/interfaces/health/2.0/default/
healthd_common.cpp 150 static void uevent_event(uint32_t /*epevents*/) { function
185 if (healthd_register_event(uevent_fd, uevent_event, EVENT_WAKEUP_FD))
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 319 static void uevent_event(uint32_t /*epevents*/, struct data *payload) { function in namespace:android::hardware::usb::V1_0::implementation
373 ev.data.ptr = (void *)uevent_event;
  /device/google/marlin/usb/
Usb.cpp 487 static void uevent_event(uint32_t /*epevents*/, struct data *payload) { function in namespace:android::hardware::usb::V1_1::implementation
586 ev.data.ptr = (void *)uevent_event;
  /device/google/wahoo/usb/
Usb.cpp 536 static void uevent_event(uint32_t /*epevents*/, struct data *payload) { function in namespace:android::hardware::usb::V1_1::implementation
644 ev.data.ptr = (void *)uevent_event;

Completed in 422 milliseconds