Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/platform/
DC2SurfaceSyncObj.cpp45 static inline int timespec_compare(const timespec& lhs, const timespec& rhs) { in timespec_compare() function
383 if (timespec_compare(now, end) >= 0) { in tryLockFor()