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

  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
virtual_adb_server.cpp 28 void VirtualADBServer::AfterSelect(const cvd::SharedFDSet& fd_read) {
32 if (!iter->AfterSelect(fd_read)) {
virtual_adb_server.h 44 // AfterSelect is Called right after Select() to detect and respond to changes
46 void AfterSelect(const cvd::SharedFDSet& 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/virtual_usb_manager/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/commands/virtual_usb_manager/
main.cc 75 adb_.AfterSelect(fd_read);
76 usbip_.AfterSelect(fd_read);
  /device/google/cuttlefish_common/host/commands/kernel_log_monitor/
kernel_log_server.h 59 // AfterSelect is Called right after Select() to detect and respond to changes
61 void AfterSelect(const cvd::SharedFDSet& fd_read);
main.cc 127 klog.AfterSelect(fd_read);
kernel_log_server.cc 81 void KernelLogServer::AfterSelect(const cvd::SharedFDSet& fd_read) {

Completed in 258 milliseconds