Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc66 struct timespec HalGetTimestamp(void);
98 delta_time_ms = HalTimeDiffInMs(start_tx_data, HalGetTimestamp()); in HalCoreCallback()
105 start_tx_data = HalGetTimestamp(); in HalCoreCallback()
432 struct timespec HalGetTimestamp(void) { in HalGetTimestamp() function
497 inst->timer.startTime = HalGetTimestamp(); in HalStartTimer()
701 struct timespec now = HalGetTimestamp(); in HalWorkerThread()
709 now = HalGetTimestamp(); in HalWorkerThread()
/hardware/st/nfc/1.0/hal/
Dhalcore.c404 struct timespec HalGetTimestamp(void) in HalGetTimestamp() function
475 inst->timer.startTime = HalGetTimestamp(); in HalStartTimer()
687 struct timespec now = HalGetTimestamp(); in HalWorkerThread()
695 now = HalGetTimestamp(); in HalWorkerThread()