Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc69 int HalTimeDiffInMs(struct timespec start, struct timespec end);
100 delta_time_ms = HalTimeDiffInMs(start_tx_data, HalGetTimestamp()); in HalCoreCallback()
446 int HalTimeDiffInMs(struct timespec start, struct timespec end) { in HalTimeDiffInMs() function
470 inst->timer.duration - HalTimeDiffInMs(inst->timer.startTime, *now); in HalCalcSemWaitingTime()
/hardware/st/nfc/1.0/hal/
Dhalcore.c413 int HalTimeDiffInMs(struct timespec start, struct timespec end) in HalTimeDiffInMs() function
440 inst->timer.duration - HalTimeDiffInMs(inst->timer.startTime, *now); in HalCalcSemWaitingTime()