Home
last modified time | relevance | path

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

/development/ndk/platforms/android-21/include/linux/
Dandroid_alarm.h49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size) macro
50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)