Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/osi/
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()