Searched defs:fd_num (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/camera/
H A DEmulatedCameraDevice.cpp352 const int fd_num = (fd >= 0) ? max(fd, mControlFD) + 1 : local
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));

Completed in 332 milliseconds