Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_native.cpp332 struct timeval startTimeVal, endTimeVal; in Write() local
335 gettimeofday(&endTimeVal, NULL); in Write()
336 …long long timeInMicroSeconds = (endTimeVal.tv_sec - startTimeVal.tv_sec) * 1000000LL + (endTimeVal in Write()