Home
last modified time | relevance | path

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

/haiku/src/servers/power/
H A Dpower_daemon.cpp51 if (powerButtonMonitor->FDs().size() > 0) in PowerManagementDaemon()
57 if (lidMonitor->FDs().size() > 0) in PowerManagementDaemon()
103 fdCount += fPowerMonitors[i]->FDs().size(); in _EventLoop()
108 const std::set<int>& fds = fPowerMonitors[i]->FDs(); in _EventLoop()
H A Dpower_monitor.h23 FDs() const = 0;
H A Dlid_monitor.h23 FDs() const { return fFDs; } in FDs() function
H A Dpower_button_monitor.h24 FDs() const { return fFDs; } in FDs() function