Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp350 struct timeval tv, *tvp = NULL; in Select() local
362 tvp = &tv; in Select()
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()