Searched refs:ANDROID_ALARM_SET (Results 1 – 2 of 2) sorted by relevance
41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) macro
50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) macro