HomeSort by relevance Sort by last modified time
    Searched refs:AfterSelect (Results 1 - 11 of 11) sorted by null

  /device/google/cuttlefish_common/host/libs/usbip/
server.h 41 // AfterSelect is Called right after Select() to detect and respond to changes
43 void AfterSelect(const cvd::SharedFDSet& fd_read);
client.h 40 // AfterSelect is Called right after Select() to detect and respond to changes
43 bool AfterSelect(const cvd::SharedFDSet& fd_read);
server.cpp 50 void Server::AfterSelect(const cvd::SharedFDSet& fd_read) {
54 if (!iter->AfterSelect(fd_read)) {
client.cpp 130 bool Client::AfterSelect(const cvd::SharedFDSet& fd_read) {
  /device/google/cuttlefish_common/host/libs/monitor/
kernel_log_server.h 43 // AfterSelect is Called right after Select() to detect and respond to changes
45 void AfterSelect(const cvd::SharedFDSet& fd_read);
kernel_log_server.cpp 63 void KernelLogServer::AfterSelect(const cvd::SharedFDSet& fd_read) {
  /device/google/cuttlefish_common/host/libs/vadb/
virtual_adb_server.h 48 // AfterSelect is Called right after Select() to detect and respond to changes
50 void AfterSelect(const cvd::SharedFDSet& fd_read);
virtual_adb_server.cpp 44 void VirtualADBServer::AfterSelect(const cvd::SharedFDSet& fd_read) {
48 if (!iter->AfterSelect(fd_read)) {
virtual_adb_client.h 50 // AfterSelect is Called right after Select() to detect and respond to changes
53 bool AfterSelect(const cvd::SharedFDSet& fd_read);
virtual_adb_client.cpp 200 // AfterSelect is Called right after Select() to detect and respond to changes
203 bool VirtualADBClient::AfterSelect(const cvd::SharedFDSet& fd_read) {
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 194 adb_.AfterSelect(fd_read);
195 usbip_.AfterSelect(fd_read);
254 klog_.AfterSelect(fd_read);

Completed in 138 milliseconds