Searched defs:epoll_fd_ (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Depoll_event_dispatcher.h43 // epoll_fd_ and event_fd_.
56 pdx::LocalHandle epoll_fd_; member in class:android::dvr::EpollEventDispatcher
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_event_set.h22 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); }
24 explicit operator bool() const { return !!epoll_fd_ && !!event_fd_; }
30 LocalHandle epoll_fd_; member in class:android::pdx::uds::ChannelEventSet
44 ChannelEventReceiver(LocalHandle epoll_fd) : epoll_fd_{std::move(epoll_fd)} {}
48 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); }
52 LocalHandle epoll_fd_; member in class:android::pdx::uds::ChannelEventReceiver
H A Dservice_dispatcher.h45 LocalHandle epoll_fd_; member in class:android::pdx::uds::ServiceDispatcher
H A Dservice_endpoint.h108 int epoll_fd() const { return epoll_fd_.Get(); }
152 LocalHandle epoll_fd_; member in class:android::pdx::uds::Endpoint
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h65 explicit operator bool() const { return epoll_fd_.IsValid(); }
82 int queue_fd() const { return epoll_fd_.Get(); }
267 EpollFileDescriptor epoll_fd_; member in class:android::dvr::BufferHubQueue

Completed in 1436 milliseconds