HomeSort by relevance Sort by last modified time
    Searched full:select_n (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
shell_service.cpp 516 int select_n = std::max(std::max(protocol_sfd_.fd(), stdinout_sfd_.fd()), local
524 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) {

Completed in 74 milliseconds