Searched refs:tvp (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.cpp | 370 struct timeval tv, *tvp = NULL; in Select() local 383 tvp = &tv; in Select() 385 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()
|
/device/generic/goldfish/radio/libril/ |
D | ril_event.cpp | 38 #define timeradd(tvp, uvp, vvp) \ argument 40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \ 41 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_event.cpp | 38 #define timeradd(tvp, uvp, vvp) \ argument 40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \ 41 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_event.cpp | 38 #define timeradd(tvp, uvp, vvp) \ argument 40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \ 41 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
|