Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/power-libperfmgr/disp-power/
H A DInteractionHandler.cpp170 size_t elapsed_time = CalcTimespecDiffMs(mLastTimespec, cur_timespec); in Acquire()
179 mLastTimespec = cur_timespec; in Acquire()
H A DInteractionHandler.h64 struct timespec mLastTimespec; variable