Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpEventLogger.cc43 time_t rawtime = tv.tv_sec; in GetCurrentTimestamp() local
47 timeinfo = localtime(&rawtime); in GetCurrentTimestamp()
/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()