Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/
DInteractionHandler.h66 struct timespec mLastTimespec; variable
DInteractionHandler.cpp146 size_t elapsed_time = CalcTimespecDiffMs(mLastTimespec, cur_timespec); in Acquire()
155 mLastTimespec = cur_timespec; in Acquire()