Searched refs:startNs (Results 1 – 2 of 2) sorted by relevance
94 int64_t startNs = static_cast<int64_t>(mStartTime.tv_sec) * kNsPerSec + mStartTime.tv_nsec; in end() local97 static_cast<float>(endNs - startNs) / kNsPerMs); in end()
3450 const int64_t startNs = systemTime(SYSTEM_TIME_MONOTONIC); in out_write() local3470 &out->start_latency_ms, (systemTime(SYSTEM_TIME_MONOTONIC) - startNs) * 1e-6); in out_write()4385 const int64_t startNs = systemTime(SYSTEM_TIME_MONOTONIC); in in_read() local4397 &in->start_latency_ms, (systemTime(SYSTEM_TIME_MONOTONIC) - startNs) * 1e-6); in in_read()