HomeSort by relevance Sort by last modified time
    Searched refs:ALARM_IOW (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /development/ndk/platforms/android-L/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /external/kernel-headers/original/uapi/linux/
android_alarm.h 53 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
55 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
56 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
57 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
android_alarm.h 49 #define ALARM_IOW(c, type, size) _IOW('a', (c) | ((type) << 4), size)
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)

Completed in 792 milliseconds