Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc68 struct timespec HalGetTimestamp(void);
100 delta_time_ms = HalTimeDiffInMs(start_tx_data, HalGetTimestamp()); in HalCoreCallback()
107 start_tx_data = HalGetTimestamp(); in HalCoreCallback()
440 struct timespec HalGetTimestamp(void) { in HalGetTimestamp() function
505 inst->timer.startTime = HalGetTimestamp(); in HalStartTimer()
709 struct timespec now = HalGetTimestamp(); in HalWorkerThread()
717 now = HalGetTimestamp(); in HalWorkerThread()
/hardware/st/nfc/1.0/hal/
Dhalcore.c406 struct timespec HalGetTimestamp(void) in HalGetTimestamp() function
477 inst->timer.startTime = HalGetTimestamp(); in HalStartTimer()
689 struct timespec now = HalGetTimestamp(); in HalWorkerThread()
697 now = HalGetTimestamp(); in HalWorkerThread()