Home
last modified time | relevance | path

Searched refs:getCurrentTime (Results 1 – 9 of 9) sorted by relevance

/system/chre/chpp/platform/linux/services/
Dplatform_gnss.c64 event->timestamp = gSystemApi->getCurrentTime(); in gnssPalSendLocationEvent()
87 event->clock.time_ns = (int64_t)(gSystemApi->getCurrentTime()); in gnssPalSendMeasurementEvent()
/system/chre/pal/include/chre/pal/
Dsystem.h67 uint64_t (*getCurrentTime)(void); member
/system/chre/pal/util/
Dwifi_scan_cache.c84 (timeNs >= gSystemApi->getCurrentTime() - in paramsMatchScanCache()
255 (uint32_t)gSystemApi->getCurrentTime() / in chreWifiScanCacheScanEventAdd()
275 gWifiCacheState.event.referenceTime = gSystemApi->getCurrentTime(); in chreWifiScanCacheScanEventEnd()
/system/chre/chpp/platform/
Dpal_api.c75 .getCurrentTime = palSystemApiGetCurrentTime, in chppPalSystemApiInit()
/system/chre/platform/linux/
Dpal_gnss.cc66 event->timestamp = gSystemApi->getCurrentTime(); in sendLocationEvents()
94 event->clock.time_ns = static_cast<int64_t>(gSystemApi->getCurrentTime()); in sendMeasurementEvents()
Dpal_audio.cc76 data->timestamp = gSystemApi->getCurrentTime(); in sendHandle0Events()
Dpal_wwan.cc43 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult()
Dpal_sensor.cc104 data->header.baseTimestamp = gSystemApi->getCurrentTime(); in sendSensor0Events()
Dpal_wifi.cc82 event->referenceTime = gSystemApi->getCurrentTime(); in sendScanResponse()