Searched refs:p_ts (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Datchannel.c98 static void setTimespecRelative(struct timespec *p_ts, long long msec) argument
107 p_ts->tv_sec = tv.tv_sec + (msec / 1000);
108 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L;

Completed in 75 milliseconds