Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dtimespec_test.cpp282 TEST(timespec_test, timespec_from_proto) in TEST() argument
286 timespec_from_proto(&a, 0, 0, 0); in TEST()
290 timespec_from_proto(&a, 0, 1234, 9999); in TEST()
294 timespec_from_proto(&a, 0x1234, 0x5678, 1); in TEST()
/hardware/google/gfxstream/guest/mesa/src/util/
Dtimespec.h272 timespec_from_proto(struct timespec *a, uint32_t tv_sec_hi, in timespec_from_proto() function