Home
last modified time | relevance | path

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

/aosp12/hardware/samsung/nfc/halimpl/osi/
H A Dosi_timer.cc187 time_t rawtime; in OSI_timer_get_current_time() local
190 time(&rawtime); in OSI_timer_get_current_time()
191 now = gmtime(&rawtime); in OSI_timer_get_current_time()
/aosp12/system/core/healthd/
H A Dhealthd_draw.cpp170 time_t rawtime; in draw_clock() local
171 time(&rawtime); in draw_clock()
172 tm* time_info = localtime(&rawtime); in draw_clock()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1043 time_t rawtime; in drawClock() local
1044 time(&rawtime); in drawClock()
1045 struct tm* timeInfo = localtime(&rawtime); in drawClock()