Home
last modified time | relevance | path

Searched defs:stop_event_fd (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/drm_hwcomposer/utils/
H A DUEvent.h57 auto stop_event_fd = MakeUniqueFd(eventfd(0, EFD_CLOEXEC)); variable
109 UEvent(UniqueFd &fd, UniqueFd &stop_event_fd) in UEvent()