Searched refs:rtc_time (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-3/include/linux/ |
D | rtc.h | 15 struct rtc_time { struct 30 struct rtc_time time; argument 52 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) 53 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) 54 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) 55 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
|
/development/ndk/platforms/android-L/include/linux/ |
D | rtc.h | 21 struct rtc_time { struct 39 struct rtc_time time; argument 62 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) 64 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) 65 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) 66 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time)
|