Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc67 int HalTimeDiffInMs(struct timespec start, struct timespec end);
98 delta_time_ms = HalTimeDiffInMs(start_tx_data, HalGetTimestamp()); in HalCoreCallback()
438 int HalTimeDiffInMs(struct timespec start, struct timespec end) { in HalTimeDiffInMs() function
462 inst->timer.duration - HalTimeDiffInMs(inst->timer.startTime, *now); in HalCalcSemWaitingTime()
/hardware/st/nfc/1.0/hal/
Dhalcore.c411 int HalTimeDiffInMs(struct timespec start, struct timespec end) in HalTimeDiffInMs() function
438 inst->timer.duration - HalTimeDiffInMs(inst->timer.startTime, *now); in HalCalcSemWaitingTime()