Add BufferHubEventFd

The main use case of BufferHubEventFd is to signal buffer state change
cross multiple processes without explicit IPC.

Intended architecture: There will be one BufferHubEventFd per
BufferNode object and multiple clients of the same BufferNode should
share the same kernel object of the eventFd.

This CL focuses on proving eventfd and epollfd fit our needs. More
work is needed for BufferHubEventFd to make it binder-parcelable with
necessary constructors.

Bug: 68770788
Test: BufferHubBuffer_test
Change-Id: I7f7f5e5762fa81df61b649c306d209be2fd4236c
5 files changed