Searched refs:uevent_open_socket (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/core/libcutils/include/cutils/ |
H A D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|
/aosp12/system/extras/tests/uevents/ |
H A D | uevents.c | 29 device_fd = uevent_open_socket(64*1024, true); in main()
|
/aosp12/system/core/libcutils/ |
H A D | uevent.cpp | 95 int uevent_open_socket(int buf_sz, bool passcred) { in uevent_open_socket() function
|
/aosp12/hardware/interfaces/health/utils/libhealthloop/ |
H A D | HealthLoop.cpp | 158 uevent_fd_.reset(uevent_open_socket(64 * 1024, true)); in UeventInit()
|
/aosp12/system/core/init/ |
H A D | uevent_listener.cpp | 90 device_fd_.reset(uevent_open_socket(uevent_socket_rcvbuf_size, true)); in UeventListener()
|
/aosp12/hardware/interfaces/usb/1.0/default/ |
H A D | Usb.cpp | 360 uevent_fd = uevent_open_socket(64*1024, true); in work()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | crash_event_logger.c | 620 fds[0].fd = uevent_open_socket(64*1024, true); in main()
|
/aosp12/hardware/google/pixel/thermal/utils/ |
H A D | thermal_watcher.cpp | 346 uevent_fd_.reset((TEMP_FAILURE_RETRY(uevent_open_socket(64 * 1024, true)))); in registerFilesToWatch()
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | UeventListener.cpp | 496 uevent_fd_ = uevent_open_socket(64 * 1024, true); in ProcessUevent()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/ |
H A D | sound_trigger_hw_iaxxx.c | 2223 fds[0].fd = uevent_open_socket(64*1024, true); in callback_thread_loop()
|