Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp352 const int fd_num = (fd >= 0) ? max(fd, mControlFD) + 1 : in Select() local
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()