Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Devent_posix.cc146 timeval tVal; in Wait() local
150 gettimeofday(&tVal,&tZone); in Wait()
151 TIMEVAL_TO_TIMESPEC(&tVal,&tEnd); in Wait()
256 timeval tVal; in Process()
260 gettimeofday(&tVal,&tZone); in Process()
261 TIMEVAL_TO_TIMESPEC(&tVal,&_tCreate); in Process()