Home
last modified time | relevance | path

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

/system/extras/tests/timetest/
Drtc_test.cpp29 static int hwtime(int flag, int request, struct rtc_time *tm) { in hwtime() function
75 return hwtime(O_RDONLY, RTC_RD_TIME, tm); in rd_hwtime()
79 return hwtime(O_WRONLY, RTC_SET_TIME, tm); in set_hwtime()