Advertisement
Guest User

Untitled

a guest
May 10th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. common/base.mk:241:INIT += ueventd.qcom.rc
  2. usb/Usb.cpp:31:#include <cutils/uevent.h>
  3. usb/Usb.cpp:167: // There are no uevent signals which implies role swap timed out.
  4. usb/Usb.cpp:169: ALOGI("uevents wait timedout");
  5. usb/Usb.cpp:483: int uevent_fd;
  6. usb/Usb.cpp:487:static void uevent_event(uint32_t /*epevents*/, struct data *payload) {
  7. usb/Usb.cpp:492: n = uevent_kernel_multicast_recv(payload->uevent_fd, msg, UEVENT_MSG_LEN);
  8. usb/Usb.cpp:510: ALOGI("uevent received %s", cp);
  9. usb/Usb.cpp:566: int epoll_fd, uevent_fd;
  10. usb/Usb.cpp:573: uevent_fd = uevent_open_socket(64 * 1024, true);
  11. usb/Usb.cpp:575: if (uevent_fd < 0) {
  12. usb/Usb.cpp:576: ALOGE("uevent_init: uevent_open_socket failed\n");
  13. usb/Usb.cpp:580: payload.uevent_fd = uevent_fd;
  14. usb/Usb.cpp:583: fcntl(uevent_fd, F_SETFL, O_NONBLOCK);
  15. usb/Usb.cpp:586: ev.data.ptr = (void *)uevent_event;
  16. usb/Usb.cpp:594: if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, uevent_fd, &ev) == -1) {
  17. usb/Usb.cpp:618: close(uevent_fd);
  18. device-common.mk:310: device/google/marlin/ueventd.common.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
  19. overlay/frameworks/base/core/res/res/values/config.xml:299: rather than the uevent framework. -->
  20. sepolicy/hal_graphics_composer_default.te:22:allow hal_graphics_composer_default self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
  21. sepolicy/domain.te:29:# the userspace helper (in our case, ueventd) should always be loading
  22. sepolicy/domain.te:35:# Suppress these denials for most domains, since ueventd should be doing the
  23. sepolicy/ueventd.te:1:allow ueventd sysfs_camera:file w_file_perms;
  24. sepolicy/ueventd.te:2:allow ueventd sysfs_fingerprint:file w_file_perms;
  25. sepolicy/ueventd.te:3:allow ueventd sysfs_leds:file w_file_perms;
  26. sepolicy/ueventd.te:4:allow ueventd sysfs_msm_core:file w_file_perms;
  27. sepolicy/ueventd.te:5:allow ueventd sysfs_msm_subsys:file w_file_perms;
  28. sepolicy/ueventd.te:6:allow ueventd sysfs_nanoapp_cmd:file w_file_perms;
  29. sepolicy/ueventd.te:7:allow ueventd sysfs_net:file w_file_perms;
  30. sepolicy/ueventd.te:8:allow ueventd sysfs_pcie:file w_file_perms;
  31. sepolicy/ueventd.te:9:allow ueventd sysfs_rmtfs:file w_file_perms;
  32. sepolicy/ueventd.te:10:allow ueventd sysfs_soc:file w_file_perms;
  33. sepolicy/ueventd.te:11:allow ueventd sysfs_thermal:file w_file_perms;
  34. sepolicy/ueventd.te:12:allow ueventd sysfs_video:file w_file_perms;
  35. sepolicy/ueventd.te:14:# /system/core/init/device.cpp catches uevents from /firmware
  36. sepolicy/ueventd.te:15:r_dir_file(ueventd, firmware_file)
  37. dumpstate/DumpstateDevice.cpp:171: RunCommandToFd(fd, "Power supply properties", {"/vendor/bin/sh", "-c", "for f in /sys/class/power_supply/*/uevent ; do echo \"\n------ $f\" ; cat $f ; done"});
  38. grep: .git/objects/pack/pack-00488ca1194acdee0e8d35e4024f3c53a5220f8d.pack: binary file matches
  39. grep: .git/index: binary file matches
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement