Home
last modified time | relevance | path

Searched refs:target_fd (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Depoll_file_descriptor.h39 int Control(int op, int target_fd, epoll_event* ev) { in Control() argument
40 if (epoll_ctl(fd_.get(), op, target_fd, ev) < 0) in Control()