Searched defs:BridgeEpollController (Results 1 – 2 of 2) sorted by relevance
40 class BridgeEpollController; variable
242 class BridgeEpollController : private EpollController { class244 BridgeEpollController(base::unique_fd&& poll_fd) : EpollController(std::move(poll_fd)) {} in BridgeEpollController() function in android::fuse::BridgeEpollController