Home
last modified time | relevance | path

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

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