Home
last modified time | relevance | path

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

/hardware/google/easel/amber/camera/include/
DHdrPlusProfiler.h94 int64_t startNs = static_cast<int64_t>(mStartTime.tv_sec) * kNsPerSec + mStartTime.tv_nsec; in end() local
97 static_cast<float>(endNs - startNs) / kNsPerMs); in end()
/hardware/qcom/audio/hal/
Daudio_hw.c3450 const int64_t startNs = systemTime(SYSTEM_TIME_MONOTONIC); in out_write() local
3470 &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() local
4397 &in->start_latency_ms, (systemTime(SYSTEM_TIME_MONOTONIC) - startNs) * 1e-6); in in_read()