Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dsys_select_h.c36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_select_h()
39 TYPE(suseconds_t); in sys_select_h()
H A Dsys_time_h.c36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_time_h()
43 TYPE(suseconds_t); in sys_time_h()
H A Dsys_types_h.c64 TYPE(suseconds_t); in sys_types_h()
/aosp12/bionic/libc/include/sys/
H A Dtypes.h81 typedef __suseconds_t suseconds_t; typedef
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp389 mBufferInfo.timestamp.tv_usec = (suseconds_t)((now % 1000LL) * 1000LL); in collectFrames()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000); in evTimeVal()