/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/external/bison/m4/ |
time_h.m4 | 28 dnl Check whether 'struct timespec' is declared 34 AC_CACHE_CHECK([for struct timespec in <time.h>], 40 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], 50 AC_CACHE_CHECK([for struct timespec in <sys/time.h>], 56 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], 62 AC_CACHE_CHECK([for struct timespec in <pthread.h>], 68 [[static struct timespec x; x.tv_sec = x.tv_nsec;]])],
|
/bionic/libc/private/ |
bionic_time_conversions.h | 37 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv); 38 __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms); 40 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts); 42 __LIBC_HIDDEN__ bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock);
|
/system/extras/tests/include/ |
testUtil.h | 28 struct timespec double2ts(double amt); 30 double ts2double(const struct timespec *val); 32 struct timespec tsDelta(const struct timespec *first, 33 const struct timespec *second);
|
/bionic/libc/include/sys/ |
stat.h | 33 #include <machine/timespec.h> 53 struct timespec st_atim; \ 54 struct timespec st_mtim; \ 55 struct timespec st_ctim; \ 71 struct timespec st_atim; \ 72 struct timespec st_mtim; \ 73 struct timespec st_ctim; \ 91 struct timespec st_atim; \ 92 struct timespec st_mtim; \ 93 struct timespec st_ctim; [all...] |
/system/core/include/log/ |
log_read.h | 23 /* struct log_time is a wire-format variant of struct timespec */ 39 log_time(const timespec &T) 49 static const timespec EPOCH; 55 timespec T; 67 // timespec 68 bool operator== (const timespec &T) const 73 bool operator!= (const timespec &T) const 77 bool operator< (const timespec &T) const 83 bool operator>= (const timespec &T) const 87 bool operator> (const timespec &T) cons [all...] |
/external/webrtc/src/system_wrappers/source/ |
sleep.cc | 28 struct timespec short_wait; 29 struct timespec remainder;
|
/bionic/libc/kernel/uapi/linux/ |
android_alarm.h | 47 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) 49 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec) 50 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec) 51 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
/external/ltrace/testsuite/ltrace.minor/ |
time-record.c | 15 struct timespec request, remain;
|
/external/toybox/toys/other/ |
usleep.c | 20 struct timespec tv;
|
/external/valgrind/helgrind/tests/ |
cond_timedwait_invalid.c | 9 struct timespec abstime;
|
/development/ndk/platforms/android-3/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/external/kernel-headers/original/uapi/linux/ |
time.h | 9 struct timespec { struct 35 struct timespec it_interval; /* timer period */ 36 struct timespec it_value; /* timer expiration */
|
/external/lldb/source/Utility/ |
TimeSpecTimeout.h | 31 /// Sets the timespec pointer correctly given a timeout relative to the 40 /// filled into the timespec and \a timeout_usec is added to the 45 /// a pointer to the timespec with the appropriate timeout value. 47 const struct timespec * 51 /// Sets the timespec pointer correctly given a relative time in micro 57 /// is correctly placed into the timespec. 61 /// a pointer to the timespec with the appropriate timeout value. 63 const struct timespec * 67 /// Gets the timespec pointer that is appropriate for the timeout 73 /// a pointer to the timespec with the appropriate timeout value [all...] |
/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_Measure.h | 50 struct timespec AKFS_CalcSleep( 51 const struct timespec* end, 52 const struct timespec* start,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
time.h | 9 struct timespec { struct 43 struct timespec it_interval; /* timer period */ 44 struct timespec it_value; /* timer expiration */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
time.h | 9 struct timespec { struct 43 struct timespec it_interval; /* timer period */ 44 struct timespec it_value; /* timer expiration */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
types.h | 89 struct timespec { struct 95 struct timespec it_interval; /* Timer period */ 96 struct timespec it_value; /* Timer expiration */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|