drm_hwcomposer: Add test utility to listen for uevents
Dumping uevents is useful for debugging purposes.
- Extract logic related to uevent socket into utils/UEvent.h class.
- Use it by both UEventListener.cpp and tests/uevent_print.cpp.
Bump clang-tidy level of UEventListener.cpp to normal.