Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp43 struct timespec now_ts; in getMonotonicSecond() local
44 if (clock_gettime(CLOCK_MONOTONIC, &now_ts) != 0) { in getMonotonicSecond()
48 return now_ts.tv_sec; in getMonotonicSecond()