Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.cpp374 const int fd_num = (fd >= 0) ? std::max(fd, mControlFD) + 1 : mControlFD + 1; in Select() local
385 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()