Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp63 auto startTimeNs = duration.timeStampNanos - duration.durationNanos; in addReportedDurations() local
66 startIntervalUs = (startTimeNs - mLastStartTimeNs) / 1000; in addReportedDurations()
68 mLastStartTimeNs = startTimeNs; in addReportedDurations()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DDummyDynamicAccelDaemon.cpp156 int64_t startTimeNs = elapsedRealtimeNano(); in threadLoop() local
166 float t = (nowTimeNs - startTimeNs) / 1e9f; in threadLoop()