Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service.cpp507 inline bool ValidAndInSet(const ScopedFd& sfd, fd_set* set) { in ValidAndInSet() function
536 if (ValidAndInSet(stdinout_sfd_, &read_set)) { in SelectLoop()
541 if (!dead_sfd && ValidAndInSet(stderr_sfd_, &read_set)) { in SelectLoop()
546 if (!dead_sfd && ValidAndInSet(protocol_sfd_, &read_set)) { in SelectLoop()
556 if (!dead_sfd && ValidAndInSet(stdinout_sfd_, &write_set)) { in SelectLoop()